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