Release the managed object and reset this proctor to manage the specified p pointer to optionally specified n objects. If p is null, then the proctor will be disenaged. Note that the previously managed objects are not deallocated.

Synopsis

Declared in <bslma_deallocateobjectproctor.h>

void
reset(
    PtrType p,
    std::size_t n = 1);

Created with MrDocs