29
Numerics library
[numerics]
29.7
Numeric arrays
[numarray]
29.7.5
Class template
slice_array
[template.slice.array]
29.7.5.4
slice_array
fill function
[slice.arr.fill]
void operator=(const T&) const;
1
#
This function has reference semantics, assigning the value of its argument to the elements of the
valarray<T>
object to which the
slice_array
object refers
.