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