Returns a const reverse iterator past the first element.

Synopsis

Declared in <absl/container/linked_hash_set.h>

const_reverse_iterator
rend() const;

Return Value

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

Created with MrDocs