[#bsl-unordered_multimap-0b0-2constructor-05] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::unordered_multimap :relfileprefix: ../../ :mrdocs: Create an unordered multimap from `[first, last)]` with buckets and allocator. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> unordered_multimap( INPUT_ITERATOR first, INPUT_ITERATOR last, xref:bsl/unordered_multimap-0b0/size_type.adoc[size_type] initialNumBuckets, ALLOCATOR const& basicAllocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | beginning of the range to copy | *last* | end of the range to copy | *initialNumBuckets* | minimum initial number of buckets | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#