Inserts an element extracted as a node handle, using a position hint.
Synopsis
Declared in <absl/container/linked_hash_set.h>
iterator
insert(
const_iterator hint,
node_type&& node);
Return Value
An iterator to the inserted or existing element.
Parameters
Name |
Description |
node |
The node handle to insert. |
hint |
A position hint, which is ignored. |
Created with MrDocs