absl::InlinedVector::cbegin

Returns a const_iterator to the beginning of the inlined vector.

Synopsis

Declared in <absl/container/inlined_vector.h>

const_iterator
cbegin() const noexcept;

Return Value

A const_iterator to the first element.