Return (a copy of) the allocator used for memory allocation by this set.
Synopsis
Declared in <bslstl_set.h>
set<KEY, COMPARATOR, ALLOCATOR>::allocator_type
get_allocator() const noexcept;
Return Value
copy of the allocator used by this set
Created with MrDocs