Create an unordered multimap from range using basicAllocator.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
template<class RANGE>
unordered_multimap(
std::from_range_t tag,
RANGE&& range,
ALLOCATOR const& basicAllocator);
Description
Same as the preceding overload.
Parameters
Name |
Description |
tag |
disambiguation tag for range construction |
range |
input range of key/value pairs to insert |
basicAllocator |
allocator used to supply memory |
Created with MrDocs