29
Numerics library
[numerics]
29.7
Numeric arrays
[numarray]
29.7.7
Class template
gslice_array
[template.gslice.array]
29.7.7.2
gslice_array
assignment
[gslice.array.assign]
void operator=(const valarray<T>&) const; const gslice_array& operator=(const gslice_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
gslice_array
refers
.