bsl::multimap::multimap

Create a multimap from values using basicAllocator.

Synopsis

Declared in <bslstl_multimap.h>

multimap(
    std::initializer_list<value_type> values,
    ALLOCATOR const& basicAllocator);

Description

Same as the preceding constructor, specifying only the allocator.

Parameters

NameDescription
valuesinitializer list of elements to insert
basicAllocatorallocator used to supply memory