[#absl-linked_hash_map-front-00] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::front :relfileprefix: ../../ :mrdocs: `front` overloads == Synopses Declared in `<absl/container/linked_hash_map.h>` Returns a reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/reference.adoc[reference] xref:absl/linked_hash_map/front-0f.adoc[front](); ---- [.small]#xref:absl/linked_hash_map/front-0f.adoc[_» more..._]# Returns a const reference to the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/const_reference.adoc[const_reference] xref:absl/linked_hash_map/front-02.adoc[front]() const; ---- [.small]#xref:absl/linked_hash_map/front-02.adoc[_» more..._]# == Return Value * A reference to the first element. * A const reference to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#