Return the allocator used by this string to supply memory.

Synopsis

Declared in <bslstl_string.h>

allocator_type
get_allocator() const noexcept;

Return Value

copy of the allocator used by this string

Created with MrDocs