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