641 B
641 B
[slice.arr.fill]
29 Numerics library [numerics]
29.6 Numeric arrays [numarray]
29.6.5 Class template slice_array [template.slice.array]
29.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 thevalarray object to which theslice_array object refers.