tmp/tmp8yqor2c6/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
### In general <a id="intseq.general">[[intseq.general]]</a>
|
| 2 |
|
| 3 |
The library provides a class template that can represent an integer
|
| 4 |
-
sequence. When used as an argument to a function template the
|
| 5 |
-
pack defining the sequence can be deduced and used in a pack
|
|
|
|
| 6 |
|
| 7 |
[*Note 1*: The `index_sequence` alias template is provided for the
|
| 8 |
common case of an integer sequence of type `size_t`; see also
|
| 9 |
[[tuple.apply]]. — *end note*]
|
| 10 |
|
|
|
|
| 1 |
### In general <a id="intseq.general">[[intseq.general]]</a>
|
| 2 |
|
| 3 |
The library provides a class template that can represent an integer
|
| 4 |
+
sequence. When used as an argument to a function template the template
|
| 5 |
+
parameter pack defining the sequence can be deduced and used in a pack
|
| 6 |
+
expansion.
|
| 7 |
|
| 8 |
[*Note 1*: The `index_sequence` alias template is provided for the
|
| 9 |
common case of an integer sequence of type `size_t`; see also
|
| 10 |
[[tuple.apply]]. — *end note*]
|
| 11 |
|