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