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