[#bsl-unordered_multimap-0b0-2constructor-0ab9] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::unordered_multimap :relfileprefix: ../../ :mrdocs: Same as the preceding overload. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class = void> requires bsl::IsStdAllocator_v<ALLOCATOR> unordered_multimap( std::initializer_list<value_type> values, ALLOCATOR const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#