Return the allocator passed at construction.
Synopsis
Declared in <bdlma_localbufferedobject.h>
bsl::allocator<>
get_allocator() const;
Description
Return the alloctor passed at construction, used to provide heap memory after the local stack buffer is exhausted. Note that this is not the arena allocator contained in this object.
Return Value
allocator passed at construction
Created with MrDocs