Same as the preceding constructor, specifying only the allocator.
Synopsis
Declared in <bslstl_multimap.h>
multimap(
std::initializer_list<value_type> values,
ALLOCATOR const& basicAllocator);
Created with MrDocs