Overload of InlinedVector::rbegin() that returns a const_reverse_iterator from the end of the inlined vector.

Synopsis

Declared in <absl/container/inlined_vector.h>

const_reverse_iterator
rbegin() const noexcept;

Return Value

A const_reverse_iterator to the last element.

Created with MrDocs