Create an empty multiset having the specified comparator.
Declared in <bslstl_multiset.h>
explicit
multiset(
COMPARATOR const& comparator,
ALLOCATOR const& basicAllocator = ALLOCATOR());
| Name | Description |
|---|---|
| comparator | key-ordering comparator for this multiset |
| basicAllocator | allocator used to supply memory |