tmp/tmpebfy4sn2/{from.md → to.md}
RENAMED
|
@@ -4,12 +4,12 @@
|
|
| 4 |
the same value.
|
| 5 |
|
| 6 |
The name `views::repeat` denotes a customization point object
|
| 7 |
[[customization.point.object]]. Given subexpressions `E` and `F`, the
|
| 8 |
expressions `views::repeat(E)` and `views::repeat(E, F)` are
|
| 9 |
-
expression-equivalent to `repeat_view(E)
|
| 10 |
-
respectively.
|
| 11 |
|
| 12 |
[*Example 1*:
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
for (int i : views::repeat(17, 4))
|
|
|
|
| 4 |
the same value.
|
| 5 |
|
| 6 |
The name `views::repeat` denotes a customization point object
|
| 7 |
[[customization.point.object]]. Given subexpressions `E` and `F`, the
|
| 8 |
expressions `views::repeat(E)` and `views::repeat(E, F)` are
|
| 9 |
+
expression-equivalent to `repeat_view<decay_t<decltype((E))>>(E)` and
|
| 10 |
+
`repeat_view(E, F)`, respectively.
|
| 11 |
|
| 12 |
[*Example 1*:
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
for (int i : views::repeat(17, 4))
|