Create an unordered multimap from values using basicAllocator.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
template<class = void>
requires bsl::IsStdAllocator_v<ALLOCATOR>
unordered_multimap(
std::initializer_list<value_type> values,
ALLOCATOR const& basicAllocator);
Parameters
Name |
Description |
values |
initializer list of elements to insert |
basicAllocator |
allocator used to supply memory |
Created with MrDocs