valarray::fill
void
fill
(const T& val);
The member function stores
val
in every element of
*this
.