[#bsl-map-0c7-end-0a] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::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-0c7/iterator.adoc[iterator] xref:bsl/map-0c7/end-03.adoc[end]() noexcept; ---- [.small]#xref:bsl/map-0c7/end-03.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-0c7/const_iterator.adoc[const_iterator] xref:bsl/map-0c7/end-06.adoc[end]() const noexcept; ---- [.small]#xref:bsl/map-0c7/end-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#