[#BloombergLP-bslma-AutoDestructor-release] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AutoDestructor.adoc[AutoDestructor]::release :relfileprefix: ../../../ :mrdocs: Release from management the sequence of objects managed by this proctor. == Synopsis Declared in `<bslma_autodestructor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void release(); ---- == Description Release from management the sequence of objects currently managed by this range proctor by setting the length of the managed sequence to 0. All objects currently under management will become unmanaged (i.e., when the proctor goes out of scope and it was not assigned another sequence of objects to manage by invoking `reset`, no objects will be destroyed). If no objects are currently being managed, this method has no effect. Note that the origin is not affected. [.small]#Created with https://www.mrdocs.com[MrDocs]#