absl::FixedArray::back

Returns a const reference to the last element of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

const_reference
back() const;

Return Value

A const reference to the last element.