[#BloombergLP-bslma-DestructorProctor-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/DestructorProctor.adoc[DestructorProctor]::~DestructorProctor :relfileprefix: ../../../ :mrdocs: Destroy this proctor and destroy any managed object. == Synopsis Declared in `<bslma_destructorproctor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~DestructorProctor(); ---- == Description Destroy this destructor proctor, and destroy the object it manages (if any) by invoking the destructor of the (managed) object. If no object is currently being managed, this method has no effect. [.small]#Created with https://www.mrdocs.com[MrDocs]#