absl::FixedArray::data

Returns a T* pointer to elements of the fixed array. This pointer can be used to access and modify the contained elements.

Synopsis

Declared in <absl/container/fixed_array.h>

pointer
data();

Return Value

A pointer to the first element.