bsl::multimap::multimap

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

Synopsis

Declared in <bslstl_multimap.h>

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

Description

Same as the preceding constructor, specifying only the allocator.

Parameters

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