[#absl-linked_hash_map-insert-033] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::insert :relfileprefix: ../../ :mrdocs: Inserts an element via a node handle, ignoring the position hint. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/iterator.adoc[iterator] insert( xref:absl/linked_hash_map/const_iterator.adoc[const_iterator] hint, xref:absl/linked_hash_map/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 holding the element to insert. | *hint* | A position hint, which is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#