[#absl-InlinedVector-front-03] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::front :relfileprefix: ../../ :mrdocs: `front` overloads == Synopses Declared in `<absl/container/inlined_vector.h>` Returns a `reference` to the first element of the inlined vector. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/reference.adoc[reference] xref:absl/InlinedVector/front-02.adoc[front](); ---- [.small]#xref:absl/InlinedVector/front-02.adoc[_» more..._]# Overload of `InlinedVector::front()` that returns a `const_reference` to the first element of the inlined vector. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/const_reference.adoc[const_reference] xref:absl/InlinedVector/front-07.adoc[front]() const; ---- [.small]#xref:absl/InlinedVector/front-07.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]#