Same as the preceding overload, using the specified basicAllocator.

Synopsis

Declared in <bslstl_multiset.h>

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

Parameters

Name

Description

first

beginning of the input range

last

end of the input range

basicAllocator

allocator used to supply memory

Created with MrDocs