absl::FixedArray::begin

Returns a const iterator to the beginning of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

const_iterator
begin() const;

Return Value

A const iterator to the first element.