[#bsl-map-0c7-begin-08] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::begin :relfileprefix: ../../ :mrdocs: `begin` overloads == Synopses Declared in `<bslstl_map.h>` Return an iterator providing modifiable access to the first `value_type` object in the ordered sequence of `value_type` objects maintained by this map, or the `end` iterator if this map is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0c7/iterator.adoc[iterator] xref:bsl/map-0c7/begin-0f.adoc[begin]() noexcept; ---- [.small]#xref:bsl/map-0c7/begin-0f.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first `value_type` object in the ordered sequence of `value_type` objects maintained by this map, or the `end` iterator if this map is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0c7/const_iterator.adoc[const_iterator] xref:bsl/map-0c7/begin-05.adoc[begin]() const noexcept; ---- [.small]#xref:bsl/map-0c7/begin-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#