Returns a const reverse iterator to the last element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

const_reverse_iterator
rbegin() const;

Return Value

A const reverse iterator to the beginning of the reversed map.

Created with MrDocs