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