rend overloads
Declared in <bslstl_multimap.h>
Return a reverse iterator to prior-to-beginning.
multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::reverse_iterator
rend() noexcept;
» more...
Return a const reverse iterator to the reverse end.
multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::const_reverse_iterator
rend() const noexcept;
» more...