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

Name

Description

node

The node handle holding the element to insert.

Created with MrDocs