end overloads

Synopses

Declared in <absl/container/fixed_array.h>

Returns an iterator to the end of the fixed array.

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

const_iterator
end() const;

Return Value

  • An iterator past the last element.

  • A const iterator past the last element.

Created with MrDocs