From Jason Turner

[template.indirect.array.overview]

Diff to HTML by rtfpessoa

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