28 Numerics library [numerics]

28.6 Numeric arrays [numarray]

28.6.5 Class template slice_array [template.slice.array]

28.6.5.4 Fill function [slice.arr.fill]

void operator=(const T&) const;
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.