end overloads
Synopses
Declared in <absl/container/inlined_vector.h>
Returns an iterator to the end of the inlined vector.
Overload of InlinedVector::end() that returns a const_iterator to the end of the inlined vector.
const_iterator
end() const noexcept;
Return Value
-
An
iteratorpast the last element. -
A
const_iteratorpast the last element.
Created with MrDocs