rbegin overloads

Synopses

Declared in <absl/container/fixed_array.h>

Returns a reverse iterator from the end of the fixed array.

Returns a const reverse iterator from the end of the fixed array.

Return Value

  • A reverse iterator to the last element.

  • A const reverse iterator to the last element.

Created with MrDocs