bsl::unordered_multimap::unordered_multimap

Create an unordered multimap from [first, last)] with hash and allocator.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

template<class INPUT_ITERATOR>
unordered_multimap(
    INPUT_ITERATOR first,
    INPUT_ITERATOR last,
    size_type initialNumBuckets,
    HASH const& hashFunction,
    ALLOCATOR const& basicAllocator);

Parameters

NameDescription
firstbeginning of the range to copy
lastend of the range to copy
initialNumBucketsminimum initial number of buckets
hashFunctionhash function for keys
basicAllocatorallocator used to supply memory