absl::linked_hash_map::crend

Returns a const reverse iterator before the first element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

const_reverse_iterator
crend() const;

Return Value

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