Create an unordered map from values using basicAllocator.
Declared in <bslstl_unorderedmap.h>
template<>
requires bsl::IsStdAllocator_v<ALLOCATOR>
unordered_map(
std::initializer_list<value_type> values,
ALLOCATOR const& basicAllocator);
Same as the preceding overload.
| Name | Description |
|---|---|
| values | initializer list of values to insert |
| basicAllocator | allocator used to supply memory |