Overload of InlinedVector::rend() that returns a const_reverse_iterator from the beginning of the inlined vector.
Synopsis
Declared in <absl/container/inlined_vector.h>
const_reverse_iterator
rend() const noexcept;
Return Value
A const_reverse_iterator past the first element.
Created with MrDocs