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