Same as the preceding overload, using the specified bucket count and hash/equality functors.
Declared in <bslstl_unorderedmultiset.h>
explicit
unordered_multiset(
size_type initialNumBuckets,
HASH const& hashFunction = HASH(),
EQUAL const& keyEqual = EQUAL(),
ALLOCATOR const& basicAllocator = ALLOCATOR());
| Name | Description |
|---|---|
| initialNumBuckets | the initial number of buckets |
| hashFunction | the hash function |
| keyEqual | the key-equality functor |
| basicAllocator | the allocator used to supply memory |