Destroy this guard and deallocate its managed memory block.
Synopsis
Declared in <bslma_deallocatorguard.h>
~DeallocatorGuard();
Description
Destroy this deallocator guard and deallocate the block of memory it manages by invoking the deallocate method of the allocator (or pool) that was supplied with the address of the (managed) memory at construction.
Created with MrDocs