absl::linked_hash_set::insert

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

NameDescription
nodeThe node handle to insert.