Create an empty unordered multimap with hash and allocator.
Declared in <bslstl_unorderedmultimap.h>
unordered_multimap(
size_type initialNumBuckets,
HASH const& hashFunction,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| initialNumBuckets | minimum initial number of buckets |
| hashFunction | hash function for keys |
| basicAllocator | allocator used to supply memory |