Crashpad
|
Allows a std::vector
to “own” pointer elements stored in it.
More...
#include "util/stdlib/pointer_container.h"
Allows a std::vector
to “own” pointer elements stored in it.
When the vector is destroyed, delete
will be called on its pointer elements.
delete
elements that are removed from the vector by other means, such as replacement or clear()
.