[#bsl-multiset-03-get_allocator] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::get_allocator :relfileprefix: ../../ :mrdocs: Return (a copy of) the allocator used for memory allocation by this multiset. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multiset-03/allocator_type.adoc[multiset<KEY, COMPARATOR, ALLOCATOR>::allocator_type] get_allocator() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#