[#BloombergLP-bslma-DestructorGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/DestructorGuard.adoc[DestructorGuard]::DestructorGuard :relfileprefix: ../../../ :mrdocs: Create a destructor guard that unconditionally manages the specified `object`, and invokes the destructor of `object` upon the destruction of this guard. The behavior is undefined unless `object` is non‐zero. == Synopsis Declared in `<bslma_destructorguard.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit DestructorGuard(TYPE* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#