absl::FixedArray::end

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

Synopsis

Declared in <absl/container/fixed_array.h>

const_iterator
end() const;

Return Value

A const iterator past the last element.