[#BloombergLP-bslma-DestructorProctor-reset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/DestructorProctor.adoc[DestructorProctor]::reset :relfileprefix: ../../../ :mrdocs: Set the object managed by this proctor. == Synopsis Declared in `<bslma_destructorproctor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(TYPE* object); ---- == Description Set the specified `object` as the object to be managed by this proctor. The behavior is undefined unless `object` is non‐zero. Note that this method releases any previously‐managed object from management (without destroying it), and so may be invoked with or without having called `release` when reusing this object. == Parameters [cols="1,4"] |=== | Name| Description | *object* | Object to manage; must be non‐zero. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#