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