[#bsl-Deque_Base-cend] = xref:bsl.adoc[bsl]::xref:bsl/Deque_Base.adoc[Deque_Base]::cend :relfileprefix: ../../ :mrdocs: Return the past‐the‐end (forward) 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_iterator.adoc[Deque_Base<VALUE_TYPE>::const_iterator] cend() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#