absl::FixedArray::data

Returns a const T* pointer to elements of the FixedArray. This pointer can be used to access (but not modify) the contained elements.

Synopsis

Declared in <absl/container/fixed_array.h>

const_pointer
data() const;

Return Value

A const pointer to the first element.