[#bsl-list-054-rend-0d] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::rend :relfileprefix: ../../ :mrdocs: `rend` overloads == Synopses Declared in `<bslstl_list.h>` Return the past‐the‐end reverse iterator providing modifiable access to this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/reverse_iterator.adoc[list<VALUE, ALLOCATOR>::reverse_iterator] xref:bsl/list-054/rend-00.adoc[rend]() noexcept; ---- [.small]#xref:bsl/list-054/rend-00.adoc[_» more..._]# Return the past‐the‐end reverse iterator providing non‐modifiable access to this list. [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/rend-05.adoc[rend]() const noexcept; ---- [.small]#xref:bsl/list-054/rend-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#