folly::small_vector::rend

Return a const reverse iterator past the first element.

Synopsis

Declared in <folly/container/small_vector.h>

const_reverse_iterator
rend() const;

Return Value

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