Inserts an element via a node handle, ignoring the position hint.
Declared in <absl/container/linked_hash_map.h>
iterator
insert(
const_iterator hint,
node_type&& node);
An iterator to the inserted or existing element.
| Name | Description |
|---|---|
| node | The node handle holding the element to insert. |
| hint | A position hint, which is ignored. |