[#absl-AnySpan-front] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::front :relfileprefix: ../../ :mrdocs: Returns a reference to the first element; the span must not be empty. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/AnySpan/reference.adoc[reference] front() const; ---- == Return Value A reference to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#