tmp/tmp3_dm95lt/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
### In general <a id="tuple.general">[[tuple.general]]</a>
|
| 2 |
|
| 3 |
-
|
| 4 |
-
the class template `tuple` that can be instantiated with any
|
| 5 |
-
arguments. Each template argument specifies the type of an
|
| 6 |
-
the `tuple`. Consequently, tuples are heterogeneous,
|
| 7 |
-
collections of values. An instantiation of `tuple` with two
|
| 8 |
-
similar to an instantiation of `pair` with the same two
|
| 9 |
-
[[pairs]].
|
| 10 |
|
|
|
|
| 1 |
### In general <a id="tuple.general">[[tuple.general]]</a>
|
| 2 |
|
| 3 |
+
Subclause [[tuple]] describes the tuple library that provides a tuple
|
| 4 |
+
type as the class template `tuple` that can be instantiated with any
|
| 5 |
+
number of arguments. Each template argument specifies the type of an
|
| 6 |
+
element in the `tuple`. Consequently, tuples are heterogeneous,
|
| 7 |
+
fixed-size collections of values. An instantiation of `tuple` with two
|
| 8 |
+
arguments is similar to an instantiation of `pair` with the same two
|
| 9 |
+
arguments. See [[pairs]].
|
| 10 |
|