back overloads
Synopses
Declared in <absl/container/fixed_array.h>
Returns a reference to the last element of the fixed array.
Returns a const reference to the last element of the fixed array.
const_reference
back() const;
Return Value
-
A reference to the last element.
-
A const reference to the last element.
Created with MrDocs