[#bsl-vector-0b-rbegin-038] = xref:bsl.adoc[bsl]::xref:bsl/vector-0b.adoc[vector<UserFieldValue>]::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-06a.adoc[const_reverse_iterator] rbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#