[#absl-InlinedVector-front-07] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::front :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::front()` that returns a `const_reference` to the first element of the inlined vector. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/const_reference.adoc[const_reference] front() const; ---- == Return Value A `const_reference` to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#