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