tmp/tmpwwu_gsuy/{from.md → to.md}
RENAMED
|
@@ -5,7 +5,7 @@ void operator=(const valarray<T>&) const;
|
|
| 5 |
const mask_array& operator=(const mask_array&) const;
|
| 6 |
```
|
| 7 |
|
| 8 |
These assignment operators have reference semantics, assigning the
|
| 9 |
values of the argument array elements to selected elements of the
|
| 10 |
-
`valarray<T>` object to which
|
| 11 |
|
|
|
|
| 5 |
const mask_array& operator=(const mask_array&) const;
|
| 6 |
```
|
| 7 |
|
| 8 |
These assignment operators have reference semantics, assigning the
|
| 9 |
values of the argument array elements to selected elements of the
|
| 10 |
+
`valarray<T>` object to which the `mask_array` object refers.
|
| 11 |
|