absl::FixedArray::cbegin

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

Synopsis

Declared in <absl/container/fixed_array.h>

const_iterator
cbegin() const;

Return Value

A const iterator to the first element.