absl::FixedArray::fill

Assigns the given value to all elements in the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

void
fill(value_type const& val);

Parameters

NameDescription
valThe value to assign to every element.