rbegin overloads
Declared in <bslstl_map.h>
Return a reverse iterator to the last element, or rend if empty.
map<KEY, VALUE, COMPARATOR, ALLOCATOR>::reverse_iterator
rbegin() noexcept;
» more...
Return a const reverse iterator to the last element, or rend if empty.
map<KEY, VALUE, COMPARATOR, ALLOCATOR>::const_reverse_iterator
rbegin() const noexcept;
» more...
rend()rend()