[#BloombergLP-bslma-RawDeleterProctor-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/RawDeleterProctor.adoc[RawDeleterProctor]::~RawDeleterProctor :relfileprefix: ../../../ :mrdocs: Destroy this raw deleter proctor, and delete the object it manages (if any) by first invoking the destructor of the (managed) object, and then invoking the `deallocate` method of the allocator (or pool) that was supplied at the construction of this proctor. If no object is currently being managed, this method has no effect. == Synopsis Declared in `<bslma_rawdeleterproctor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~RawDeleterProctor(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#