[#bsl-vectorBase-068-rbegin-02] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-068.adoc[vectorBase<double>]::rbegin :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-068/const_reverse_iterator.adoc[const_reverse_iterator] rbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#