[#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 to the first element, or `end` if 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 a const iterator to the first element, or `end` if 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..._]# == Return Value * modifiable iterator to the first element, or `end()` * const iterator to the first element, or `end()` [.small]#Created with https://www.mrdocs.com[MrDocs]#