absl::FixedArray::rbegin

Returns a const reverse iterator from the end of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

const_reverse_iterator
rbegin() const;

Return Value

A const reverse iterator to the last element.