28
Numerics library
[numerics]
28.6
Numeric arrays
[numarray]
28.6.8
Class template
mask_
array
[template.mask.array]
28.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 the
valarray
<
T
>
object to which the
mask_
array
object refers
.