Create a multimap from [first, last)] using basicAllocator.
Declared in <bslstl_multimap.h>
template<class INPUT_ITERATOR>
multimap(
INPUT_ITERATOR first,
INPUT_ITERATOR last,
ALLOCATOR const& basicAllocator);
Same as the preceding constructor, specifying only the allocator.
| Name | Description |
|---|---|
| first | beginning of the range to copy |
| last | end of the range to copy |
| basicAllocator | allocator used to supply memory |