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