24 Numerics library [numerics]

24.8 Numeric arrays [numarray]

24.8.5 Class template slice_­array [template.slice.array]

24.8.5.4 slice_­array 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.