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