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