absl::linked_hash_map::rend

Returns a const reverse iterator before the first element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

const_reverse_iterator
rend() const;

Return Value

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