Inserts the elements of the range [first, last)] into the map.
Declared in <absl/container/linked_hash_map.h>
template<class InputIt>
void
insert(
InputIt first,
InputIt last);
| Name | Description |
|---|---|
| first | An iterator to the first element to insert. |
| last | An iterator past the last element to insert. |