Create an allocator that uses the default allocator mechanism.
Synopsis
Declared in <bslma_bslallocator.h>
allocator();
Description
Create a proxy object that will forward allocation calls to the object pointed to by bslma::Default::defaultAllocator(). Postcondition: ` this‐>mechanism() == bslma::Default::defaultAllocator(); `
Created with MrDocs