absl::FixedArray::size

Returns the length of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

size_type
size() const;

Return Value

The number of elements in the fixed array.