tmp/tmp1zw51495/{from.md → to.md}
RENAMED
|
@@ -32,11 +32,11 @@ namespace std {
|
|
| 32 |
|
| 33 |
This template is a helper template used by the indirect subscript
|
| 34 |
operator
|
| 35 |
|
| 36 |
``` cpp
|
| 37 |
-
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&)
|
| 38 |
```
|
| 39 |
|
| 40 |
It has reference semantics to a subset of an array specified by an
|
| 41 |
`indirect_array`. Thus, the expression `a[{}indirect] = b;` has the
|
| 42 |
effect of assigning the elements of `b` to the elements in `a` whose
|
|
|
|
| 32 |
|
| 33 |
This template is a helper template used by the indirect subscript
|
| 34 |
operator
|
| 35 |
|
| 36 |
``` cpp
|
| 37 |
+
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&);
|
| 38 |
```
|
| 39 |
|
| 40 |
It has reference semantics to a subset of an array specified by an
|
| 41 |
`indirect_array`. Thus, the expression `a[{}indirect] = b;` has the
|
| 42 |
effect of assigning the elements of `b` to the elements in `a` whose
|