[#bsl-unordered_multiset-06c-cend-09] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::cend :relfileprefix: ../../ :mrdocs: Return an iterator providing non‐modifiable access to the past‐the‐end element in the sequence of `value_type` objects maintained by this unordered multiset. == Synopsis Declared in `<bslstl_unorderedmultiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_multiset-06c/const_iterator.adoc[unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::const_iterator] cend() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#