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