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