Constructs a map from the range [first, last)].
Synopsis
Declared in <absl/container/linked_hash_map.h>
template<class InputIt>
linked_hash_map(
InputIt first,
InputIt last,
allocator_type const& alloc);
Parameters
Name |
Description |
first |
Iterator to the first element of the range. |
last |
Iterator past the last element of the range. |
alloc |
The allocator to use. |
Created with MrDocs