[#BloombergLP-bslma-RawDeleterProctor-reset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/RawDeleterProctor.adoc[RawDeleterProctor]::reset :relfileprefix: ../../../ :mrdocs: Set the specified `object` as the object to be managed by this proctor. The behavior is undefined unless `object` is non‐zero and was allocated from the allocator (or pool) supplied at construction. Note that this method releases any previously‐managed object from management (without deleting it), and so may be invoked with or without having called `release` when reusing this object. == Synopsis Declared in `<bslma_rawdeleterproctor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(TYPE* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#