Return the allocator used by the underlying string to supply memory.
Synopsis
Declared in <bslstl_stringbuf.h>
basic_stringbuf<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>::allocator_type
get_allocator() const noexcept;
Return Value
allocator used by the underlying string to supply memory
Created with MrDocs