Returns a reference to the first element of the inlined vector.

Synopsis

Declared in <absl/container/inlined_vector.h>

reference
front();

Return Value

A reference to the first element.

Created with MrDocs