Inserts an element into the map, ignoring the position hint.
Declared in <absl/container/linked_hash_map.h>
iterator
insert(
const_iterator hint,
value_type const& v);
An iterator to the inserted or existing element.
| Name | Description |
|---|---|
| v | The value to insert. |
| hint | A position hint, which is ignored. |