end overloads
Declared in <absl/container/inlined_vector.h>
Returns an iterator to the end of the inlined vector.
iterator
end() noexcept;
» more...
Overload of InlinedVector::end() that returns a const_iterator to the end of the inlined vector.
const_iterator
end() const noexcept;
» more...
iterator past the last element.const_iterator past the last element.