[#absl-linked_hash_set-insert-04] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::insert :relfileprefix: ../../ :mrdocs: Inserts an element extracted as a node handle, using a position hint. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/iterator.adoc[iterator] insert( xref:absl/linked_hash_set/const_iterator.adoc[const_iterator] hint, xref:absl/linked_hash_set/node_type.adoc[node_type]&& node); ---- == Return Value An iterator to the inserted or existing element. == Parameters [cols="1,4"] |=== | Name| Description | *node* | The node handle to insert. | *hint* | A position hint, which is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#