absl::FixedArray::front

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

Synopsis

Declared in <absl/container/fixed_array.h>

const_reference
front() const;

Return Value

A const reference to the first element.