bsl::unordered_multimap::unordered_multimap

Create an unordered multimap from [first, last)] using basicAllocator.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

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

Parameters

NameDescription
firstbeginning of the range to copy
lastend of the range to copy
basicAllocatorallocator used to supply memory