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