Files
2025-10-25 03:02:53 +03:00

759 B

[gslice.array.assign]

29 Numerics library [numerics]

29.6 Numeric arrays [numarray]

29.6.7 Class template gslice_array [template.gslice.array]

29.6.7.2 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 thevalarray object to which thegslice_array refers.