[#bsl-Deque_Base-crend] = xref:bsl.adoc[bsl]::xref:bsl/Deque_Base.adoc[Deque_Base]::crend :relfileprefix: ../../ :mrdocs: Return the past‐the‐end reverse iterator providing non‐modifiable access to this deque. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/Deque_Base/const_reverse_iterator.adoc[Deque_Base<VALUE_TYPE>::const_reverse_iterator] crend() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#