absl::FixedArray::end

end overloads

Synopses

Declared in <absl/container/fixed_array.h>

Returns an iterator to the end of the fixed array.

iterator
end();
» more...

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

const_iterator
end() const;
» more...

Return Value

  • An iterator past the last element.
  • A const iterator past the last element.