Inserts an element via a node handle.
Declared in <absl/container/linked_hash_map.h>
insert_return_type
insert(node_type&& node);
The result of the insertion, including the node handle if insertion did not take place.
| Name | Description |
|---|---|
| node | The node handle holding the element to insert. |