[#absl-linked_hash_set-begin-0b] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::begin :relfileprefix: ../../ :mrdocs: Returns an iterator to the first element, in insertion order. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/iterator.adoc[iterator] begin(); ---- == Return Value An iterator to the beginning of the set. [.small]#Created with https://www.mrdocs.com[MrDocs]#