[#bsl-unordered_multiset-06c-2constructor-02] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::unordered_multiset :relfileprefix: ../../ :mrdocs: Same as the preceding overload, using the specified bucket count and hash/equality functors. == Synopsis Declared in `<bslstl_unorderedmultiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit unordered_multiset( xref:bsl/unordered_multiset-06c/size_type.adoc[size_type] initialNumBuckets, HASH const& hashFunction = HASH(), EQUAL const& keyEqual = EQUAL(), ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#