front overloads

Synopses

Declared in <absl/container/inlined_vector.h>

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

Overload of InlinedVector::front() that returns a const_reference to the first element of the inlined vector.

Return Value

  • A reference to the first element.

  • A const_reference to the first element.

Created with MrDocs