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