[#absl-Span-crend] = xref:absl.adoc[absl]::xref:absl/Span.adoc[Span]::crend :relfileprefix: ../../ :mrdocs: Returns a const reverse iterator just before the first element. == Synopsis Declared in `<absl/types/span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Span/const_reverse_iterator.adoc[const_reverse_iterator] crend() const noexcept; ---- == Return Value A const reverse past‐the‐end iterator; dereferencing is undefined. [.small]#Created with https://www.mrdocs.com[MrDocs]#