[#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()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *initialNumBuckets* | the initial number of buckets | *hashFunction* | the hash function | *keyEqual* | the key‐equality functor | *basicAllocator* | the allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#