24
Numerics library
[numerics]
24.8
Numeric arrays
[numarray]
24.8.8
Class template
mask_array
[template.mask.array]
24.8.8.4
mask_array
fill function
[mask.array.fill]
🔗
void operator=(const T&) const;
1
#
This function has reference semantics, assigning the value of its argument to the elements of the
valarray<T>
object to which the
mask_array
object refers
.