[#bsl-list-054-rbegin-01] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::rbegin :relfileprefix: ../../ :mrdocs: `rbegin` overloads == Synopses Declared in `<bslstl_list.h>` Return a reverse iterator providing modifiable access to the last element in this list, and the past‐the‐end reverse iterator if this list is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/reverse_iterator.adoc[list<VALUE, ALLOCATOR>::reverse_iterator] xref:bsl/list-054/rbegin-03.adoc[rbegin]() noexcept; ---- [.small]#xref:bsl/list-054/rbegin-03.adoc[_» more..._]# Return a reverse iterator providing non‐modifiable access to the last element in this list, or the past‐the‐end reverse iterator if this list is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/const_reverse_iterator.adoc[list<VALUE, ALLOCATOR>::const_reverse_iterator] xref:bsl/list-054/rbegin-00.adoc[rbegin]() const noexcept; ---- [.small]#xref:bsl/list-054/rbegin-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#