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);
Created with MrDocs