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