Inserts an element extracted as a node handle.

Synopsis

Declared in <absl/container/linked_hash_set.h>

insert_return_type
insert(node_type&& node);

Return Value

An insert_return_type describing the result.

Parameters

Name

Description

node

The node handle to insert.

Created with MrDocs