[#bsl-list-054-crend] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::crend :relfileprefix: ../../ :mrdocs: Return a const reverse iterator to the reverse end of this list. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/const_reverse_iterator.adoc[list<VALUE, ALLOCATOR>::const_reverse_iterator] crend() const noexcept; ---- == Description Return the past‐the‐end reverse iterator providing non‐modifiable access to this list. == Return Value const reverse iterator past the reverse‐beginning element [.small]#Created with https://www.mrdocs.com[MrDocs]#