rbegin overloads
Declared in <absl/container/inlined_vector.h>
Returns a reverse_iterator from the end of the inlined vector.
reverse_iterator
rbegin() noexcept;
» more...
Overload of InlinedVector::rbegin() that returns a const_reverse_iterator from the end of the inlined vector.
const_reverse_iterator
rbegin() const noexcept;
» more...
reverse_iterator to the last element.const_reverse_iterator to the last element.