24 lines
747 B
Markdown
24 lines
747 B
Markdown
[slice.arr.assign]
|
|
|
|
# 29 Numerics library [[numerics]](./#numerics)
|
|
|
|
## 29.6 Numeric arrays [[numarray]](numarray#slice.arr.assign)
|
|
|
|
### 29.6.5 Class template slice_array [[template.slice.array]](template.slice.array#slice.arr.assign)
|
|
|
|
#### 29.6.5.2 Assignment [slice.arr.assign]
|
|
|
|
[ð](#lib:operator=,slice_array)
|
|
|
|
`void operator=(const valarray<T>&) const;
|
|
const slice_array& operator=(const slice_array&) const;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/numerics.tex#L8537)
|
|
|
|
These assignment operators have reference semantics,
|
|
assigning the values of the argument array elements to selected
|
|
elements of thevalarray<T> object to which theslice_array object refers[.](#1.sentence-1)
|