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