back overloads
Declared in <absl/container/fixed_array.h>
Returns a reference to the last element of the fixed array.
reference
back();
» more...
Returns a const reference to the last element of the fixed array.
const_reference
back() const;
» more...