24
Numerics library
[numerics]
24.8
Numeric arrays
[numarray]
24.8.7
Class template
gslice_array
[template.gslice.array]
24.8.7.4
gslice_array
fill function
[gslice.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
gslice_array
object refers
.