Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

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

Parameters

Name

Description

first

the start of the iterator range

last

one past the end of the iterator range

basicAllocator

the allocator used to supply memory

Created with MrDocs