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