tmp/tmpa0xe1f9i/{from.md → to.md}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
### Positioning type limitations <a id="iostreams.limits.pos">[[iostreams.limits.pos]]</a>
|
| 2 |
|
| 3 |
-
The classes of
|
| 4 |
-
|
| 5 |
`traits::off_type` are `streampos` and `streamoff` respectively. Except
|
| 6 |
as noted explicitly below, their behavior when `traits::pos_type` and
|
| 7 |
`traits::off_type` are other types is *implementation-defined*.
|
| 8 |
|
| 9 |
-
In the classes of
|
| 10 |
-
|
| 11 |
`wchar_t`, and any other *implementation-defined* character types that
|
| 12 |
-
|
| 13 |
components can be instantiated.
|
| 14 |
|
|
|
|
| 1 |
### Positioning type limitations <a id="iostreams.limits.pos">[[iostreams.limits.pos]]</a>
|
| 2 |
|
| 3 |
+
The classes of [[input.output]] with template arguments `charT` and
|
| 4 |
+
`traits` behave as described if `traits::pos_type` and
|
| 5 |
`traits::off_type` are `streampos` and `streamoff` respectively. Except
|
| 6 |
as noted explicitly below, their behavior when `traits::pos_type` and
|
| 7 |
`traits::off_type` are other types is *implementation-defined*.
|
| 8 |
|
| 9 |
+
In the classes of [[input.output]], a template parameter with name
|
| 10 |
+
`charT` represents a member of the set of types containing `char`,
|
| 11 |
`wchar_t`, and any other *implementation-defined* character types that
|
| 12 |
+
meet the requirements for a character on which any of the iostream
|
| 13 |
components can be instantiated.
|
| 14 |
|