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.
Created with MrDocs