Create a multimap from values using basicAllocator.
Declared in <bslstl_multimap.h>
multimap(
std::initializer_list<value_type> values,
ALLOCATOR const& basicAllocator);
Same as the preceding constructor, specifying only the allocator.
| Name | Description |
|---|---|
| values | initializer list of elements to insert |
| basicAllocator | allocator used to supply memory |