[#absl-linked_hash_set-insert-0f7] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::insert :relfileprefix: ../../ :mrdocs: Inserts the elements from the range `[first, last)]`. == Synopsis Declared in `<absl/container/linked_hash_set.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]#