[#absl-linked_hash_map-insert-035] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::insert :relfileprefix: ../../ :mrdocs: Inserts an element via a node handle. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/insert_return_type.adoc[insert_return_type] insert(xref:absl/linked_hash_map/node_type.adoc[node_type]&& node); ---- == Return Value The result of the insertion, including the node handle if insertion did not take place. == Parameters [cols="1,4"] |=== | Name| Description | *node* | The node handle holding the element to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#