absl::linked_hash_map::insert

Inserts an element via a node handle.

Synopsis

Declared in <absl/container/linked_hash_map.h>

insert_return_type
insert(node_type&& node);

Return Value

The result of the insertion, including the node handle if insertion did not take place.

Parameters

NameDescription
nodeThe node handle holding the element to insert.