Create an empty multimap using the specified comparator to order key‐value pairs and the optionally specified basicAllocator to supply memory.
Synopsis
Declared in <bslstl_multimap.h>
explicit
multimap(
COMPARATOR const& comparator,
ALLOCATOR const& basicAllocator = ALLOCATOR());
Created with MrDocs