[#absl-AnySpan-crbegin] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::crbegin :relfileprefix: ../../ :mrdocs: Returns a const reverse iterator to the last element. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/AnySpan/const_reverse_iterator.adoc[const_reverse_iterator] crbegin() const; ---- == Return Value A const reverse iterator to the last element, or `crend()`. [.small]#Created with https://www.mrdocs.com[MrDocs]#