rend overloads
Synopses
Declared in <absl/container/linked_hash_map.h>
Returns a reverse iterator before the first element.
Returns a const reverse iterator before the first element.
const_reverse_iterator
rend() const;
Return Value
-
A reverse iterator to the end of the reversed map.
-
A const reverse iterator to the end of the reversed map.
Created with MrDocs