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
Name |
Description |
val |
The value to assign to every element. |
Created with MrDocs