tmp/tmppnkjpwif/{from.md → to.md}
RENAMED
|
@@ -29,8 +29,5 @@ initialized as if by `auto p = o;`. Then for any sequence of arguments
|
|
| 29 |
- `p(args...)`
|
| 30 |
- `as_const(p)(args...)`
|
| 31 |
- `std::move(p)(args...)`
|
| 32 |
- `std::move(as_const(p))(args...)`
|
| 33 |
|
| 34 |
-
Each customization point object type constrains its return type to model
|
| 35 |
-
a particular concept.
|
| 36 |
-
|
|
|
|
| 29 |
- `p(args...)`
|
| 30 |
- `as_const(p)(args...)`
|
| 31 |
- `std::move(p)(args...)`
|
| 32 |
- `std::move(as_const(p))(args...)`
|
| 33 |
|
|
|
|
|
|
|
|
|