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