tmp/tmpn9_zgdk1/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Class template `projected` <a id="projected">[[projected]]</a>
|
| 2 |
|
| 3 |
Class template `projected` is used to constrain algorithms that accept
|
| 4 |
-
callable objects and projections [[defns.projection]]. It combines
|
| 5 |
`indirectly_readable` type `I` and a callable object type `Proj` into a
|
| 6 |
new `indirectly_readable` type whose `reference` type is the result of
|
| 7 |
applying `Proj` to the `iter_reference_t` of `I`.
|
| 8 |
|
| 9 |
``` cpp
|
|
|
|
| 1 |
#### Class template `projected` <a id="projected">[[projected]]</a>
|
| 2 |
|
| 3 |
Class template `projected` is used to constrain algorithms that accept
|
| 4 |
+
callable objects and projections [[defns.projection]]. It combines an
|
| 5 |
`indirectly_readable` type `I` and a callable object type `Proj` into a
|
| 6 |
new `indirectly_readable` type whose `reference` type is the result of
|
| 7 |
applying `Proj` to the `iter_reference_t` of `I`.
|
| 8 |
|
| 9 |
``` cpp
|