bsl::multiset::multiset

Create an empty multiset having the specified comparator.

Synopsis

Declared in <bslstl_multiset.h>

explicit
multiset(
    COMPARATOR const& comparator,
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Parameters

NameDescription
comparatorkey-ordering comparator for this multiset
basicAllocatorallocator used to supply memory