[#bsl-unordered_multiset-06c-2constructor-019] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::unordered_multiset :relfileprefix: ../../ :mrdocs: Same as the preceding overload, using the specified allocator. == Synopsis Declared in `<bslstl_unorderedmultiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> unordered_multiset( INPUT_ITERATOR first, INPUT_ITERATOR last, xref:bsl/unordered_multiset-06c/size_type.adoc[size_type] initialNumBuckets, ALLOCATOR const& basicAllocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | the start of the iterator range | *last* | one past the end of the iterator range | *initialNumBuckets* | the initial number of buckets | *basicAllocator* | the allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#