Destroy this range proctor and delete the contiguous sequence of objects it manages (if any) by iterating over each (managed) object, first invoking the object's destructor, and then freeing memory by invoking the deallocate method of the allocator (or pool) that was supplied with the sequence of (managed) objects at construction. Note that the order in which the managed objects are deleted is undefined.

Synopsis

Declared in <bslma_autorawdeleter.h>

~AutoRawDeleter();

Created with MrDocs