29
Numerics library
[numerics]
29.7
Numeric arrays
[numarray]
29.7.9
Class template
indirect_array
[template.indirect.array]
29.7.9.4
indirect_array
fill function
[indirect.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
indirect_array
object refers
.