[#absl-InlinedVector-back-02] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::back :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::back()` that returns a `const_reference` to the last 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] back() const; ---- == Return Value A `const_reference` to the last element. [.small]#Created with https://www.mrdocs.com[MrDocs]#