[#bsl-multiset-03-end-07] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::end :relfileprefix: ../../ :mrdocs: Return an iterator providing modifiable access to the past‐the‐end element in the ordered sequence of `value_type` objects maintained by this multiset. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multiset-03/iterator.adoc[multiset<KEY, COMPARATOR, ALLOCATOR>::iterator] end() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#