front overloads
Synopses
Declared in <absl/container/fixed_array.h>
Returns a reference to the first element of the fixed array.
Returns a const reference to the first element of the fixed array.
const_reference
front() const;
Return Value
-
A reference to the first element.
-
A const reference to the first element.
Created with MrDocs