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