Destroy this range proctor and deallocate any managed memory blocks.

Synopsis

Declared in <bslma_autodeallocator.h>

~AutoDeallocator();

Description

Destroy this range proctor and deallocate the contiguous sequence of memory blocks it manages (if any) by invoking the deallocate method of the allocator (or pool) supplied at construction on each memory block. Note that the order in which the managed memory blocks are deallocated is undefined.

Created with MrDocs