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

745 B

[mask.array.assign]

29 Numerics library [numerics]

29.6 Numeric arrays [numarray]

29.6.8 Class template mask_array [template.mask.array]

29.6.8.2 Assignment [mask.array.assign]

🔗

void operator=(const valarray<T>&) const; const mask_array& operator=(const mask_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 the mask_array object refers.