bsl::multimap::multimap

Same as the preceding constructor, specifying only the allocator.

Synopsis

Declared in <bslstl_multimap.h>

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