[#absl-linked_hash_map-insert-0d] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::insert :relfileprefix: ../../ :mrdocs: Inserts the elements of the range `[first, last)]` into the map. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class InputIt> void insert( InputIt first, InputIt last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | An iterator to the first element to insert. | *last* | An iterator past the last element to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#