[#absl-linked_hash_map-insert-0e] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::insert :relfileprefix: ../../ :mrdocs: Inserts the elements of an initializer list into the map. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert(std::initializer_list<value_type> ilist); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ilist* | The initializer list of elements to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#