[#bsl-multimap-0ae-rbegin-02] = xref:bsl.adoc[bsl]::xref:bsl/multimap-0ae.adoc[multimap]::rbegin :relfileprefix: ../../ :mrdocs: `rbegin` overloads == Synopses Declared in `<bslstl_multimap.h>` Return a reverse iterator providing modifiable access to the last `value_type` object in the ordered sequence of `value_type` objects maintained by this multimap, or `rend` if this multimap is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multimap-0ae/reverse_iterator.adoc[multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::reverse_iterator] xref:bsl/multimap-0ae/rbegin-00.adoc[rbegin]() noexcept; ---- [.small]#xref:bsl/multimap-0ae/rbegin-00.adoc[_» more..._]# Return a reverse iterator providing non‐modifiable access to the last `value_type` object in the ordered sequence of `value_type` objects maintained by this multimap, or `rend` if this multimap is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multimap-0ae/const_reverse_iterator.adoc[multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::const_reverse_iterator] xref:bsl/multimap-0ae/rbegin-0c.adoc[rbegin]() const noexcept; ---- [.small]#xref:bsl/multimap-0ae/rbegin-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#