Same as the preceding overload, using the specified allocator.
Declared in <bslstl_unorderedmultiset.h>
unordered_multiset(
size_type initialNumBuckets,
HASH const& hashFunction,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| initialNumBuckets | the initial number of buckets |
| hashFunction | the hash function |
| basicAllocator | the allocator used to supply memory |