tmp/tmp28j7sf5b/{from.md → to.md}
RENAMED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
template<class T>
|
| 5 |
concept tuple-like = see belownc; // exposition only
|
| 6 |
```
|
| 7 |
|
| 8 |
A type `T` models and satisfies the exposition-only concept `tuple-like`
|
| 9 |
-
if `remove_cvref_t<T>` is a specialization of `array`, `
|
| 10 |
-
or `ranges::subrange`.
|
| 11 |
|
|
|
|
| 4 |
template<class T>
|
| 5 |
concept tuple-like = see belownc; // exposition only
|
| 6 |
```
|
| 7 |
|
| 8 |
A type `T` models and satisfies the exposition-only concept `tuple-like`
|
| 9 |
+
if `remove_cvref_t<T>` is a specialization of `array`, `complex`,
|
| 10 |
+
`pair`, `tuple`, or `ranges::subrange`.
|
| 11 |
|