Same as the preceding overload, using the specified basicAllocator.
Declared in <bslstl_multiset.h>
template<class INPUT_ITERATOR>
multiset(
INPUT_ITERATOR first,
INPUT_ITERATOR last,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| first | beginning of the input range |
| last | end of the input range |
| basicAllocator | allocator used to supply memory |