Destroy this allocator.
Synopsis
Declared in <bslma_allocator.h>
virtual
~Allocator() override;
Description
Destroy this allocator. Note that the behavior of destroying an allocator while memory is allocated from it is not specified; unless you know that it is valid to do so, don't!
Created with MrDocs