[#BloombergLP-bslma-AutoDestructor-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AutoDestructor.adoc[AutoDestructor]::~AutoDestructor :relfileprefix: ../../../ :mrdocs: Destroy this range proctor and the objects it manages. == Synopsis Declared in `<bslma_autodestructor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~AutoDestructor(); ---- == Description Destroy this range proctor along with the contiguous sequence of objects it manages (if any) by invoking the destructor of each (managed) object. Note that the order in which the managed objects are destroyed is undefined. [.small]#Created with https://www.mrdocs.com[MrDocs]#