Overload of InlinedVector::front() that returns a const_reference to the first element of the inlined vector.
InlinedVector::front()
const_reference
Declared in <absl/container/inlined_vector.h>
<absl/container/inlined_vector.h>
const_reference front() const;
A const_reference to the first element.