Inserts an element into the map.
Declared in <absl/container/linked_hash_map.h>
std::pair<iterator, bool>
insert(value_type&& v);
A pair of an iterator to the element and a bool that is true if insertion took place.
| Name | Description |
|---|---|
| v | The value to insert. |