[#bsl-map-0af-end-0c] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::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-0af/iterator.adoc[iterator] xref:bsl/map-0af/end-03.adoc[end]() noexcept; ---- [.small]#xref:bsl/map-0af/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-0af/const_iterator.adoc[const_iterator] xref:bsl/map-0af/end-0d.adoc[end]() const noexcept; ---- [.small]#xref:bsl/map-0af/end-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#