[#absl-linked_hash_set-begin-0e] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::begin :relfileprefix: ../../ :mrdocs: Returns a const 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/const_iterator.adoc[const_iterator] begin() const; ---- == Return Value A const iterator to the beginning of the set. [.small]#Created with https://www.mrdocs.com[MrDocs]#