Destroy this range proctor and the objects it manages.

Synopsis

Declared in <bslma_autodestructor.h>

~AutoDestructor();

Description

Destroy this range proctor along with the contiguous sequence of objects it manages (if any) by invoking the destructor of each (managed) object. Note that the order in which the managed objects are destroyed is undefined.

Created with MrDocs