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