Create a destructor proctor that conditionally manages the specified object (if non‐zero) by invoking the destructor of the object managed by this proctor (if not released ‐‐ see release) upon destruction.
Synopsis
Declared in <bslma_destructorproctor.h>
explicit
DestructorProctor(TYPE* object);
Created with MrDocs