Create an empty multiset having the specified comparator.

Synopsis

Declared in <bslstl_multiset.h>

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

Created with MrDocs