[#absl-linked_hash_set-front-09] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::front :relfileprefix: ../../ :mrdocs: Returns a const reference to the first element. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/const_reference.adoc[const_reference] front() const; ---- == Return Value A const reference to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#