[#bsl-unordered_multiset-06c-end-0e] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::end :relfileprefix: ../../ :mrdocs: Return an iterator providing 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/iterator.adoc[unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::iterator] end() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#