Same as the preceding overload, using the specified basicAllocator.
Declared in <bslstl_multiset.h>
multiset(
std::initializer_list<KEY> values,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| values | initializer list of elements to insert |
| basicAllocator | allocator used to supply memory |