bsl::unordered_multimap::unordered_multimap

Create an empty unordered multimap with hash and allocator.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

unordered_multimap(
    size_type initialNumBuckets,
    HASH const& hashFunction,
    ALLOCATOR const& basicAllocator);

Parameters

NameDescription
initialNumBucketsminimum initial number of buckets
hashFunctionhash function for keys
basicAllocatorallocator used to supply memory