rbegin overloads
Synopses
Declared in <absl/container/inlined_vector.h>
Returns a reverse_iterator from the end of the inlined vector.
reverse_iterator
rbegin() noexcept;
Overload of InlinedVector::rbegin() that returns a const_reverse_iterator from the end of the inlined vector.
const_reverse_iterator
rbegin() const noexcept;
Return Value
-
A
reverse_iteratorto the last element. -
A
const_reverse_iteratorto the last element.
Created with MrDocs