29
Numerics library
[numerics]
29.7
Numeric arrays
[numarray]
29.7.5
Class template
slice_array
[template.slice.array]
29.7.5.2
slice_array
assignment
[slice.arr.assign]
void operator=(const valarray<T>&) const; const slice_array& operator=(const slice_array&) const;
1
#
These assignment operators have reference semantics, assigning the values of the argument array elements to selected elements of the
valarray<T>
object to which the
slice_array
object refers
.