22 lines
658 B
Markdown
22 lines
658 B
Markdown
[gslice.array.fill]
|
|
|
|
# 29 Numerics library [[numerics]](./#numerics)
|
|
|
|
## 29.6 Numeric arrays [[numarray]](numarray#gslice.array.fill)
|
|
|
|
### 29.6.7 Class template gslice_array [[template.gslice.array]](template.gslice.array#gslice.array.fill)
|
|
|
|
#### 29.6.7.4 Fill function [gslice.array.fill]
|
|
|
|
[ð](#lib:operator=,gslice_array)
|
|
|
|
`void operator=(const T&) const;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/numerics.tex#L8870)
|
|
|
|
This function has reference semantics, assigning the value of its argument
|
|
to the elements of thevalarray<T> object to which thegslice_array object refers[.](#1.sentence-1)
|