[#bsl-vectorBase-08-crbegin] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-08.adoc[vectorBase<unsigned int>]::crbegin :relfileprefix: ../../ :mrdocs: Return a reverse iterator providing non‐modifiable access to the last element in this vector, and the past‐the‐end reverse iterator if this vector is empty. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vectorBase-08/const_reverse_iterator.adoc[const_reverse_iterator] crbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#