Returns a const_reverse_iterator from the end of the inlined vector.
Synopsis
Declared in <absl/container/inlined_vector.h>
const_reverse_iterator
crbegin() const noexcept;
Return Value
A const_reverse_iterator to the last element.
Created with MrDocs