[#bsl-Vector_PushProctor-2destructor] = xref:bsl.adoc[bsl]::xref:bsl/Vector_PushProctor.adoc[Vector_PushProctor]::~Vector_PushProctor :relfileprefix: ../../ :mrdocs: Destroy this proctor, and destroy the object it manages (if any) by a call to `allocator_traits<ALLOCATOR>::destroy` using the allocator supplied at construction. If no object is currently being managed, this method has no effect. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~Vector_PushProctor(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#