tmp/tmpegy4c4e3/{from.md → to.md}
RENAMED
|
@@ -15,15 +15,15 @@ The classes of Clause [[input.output]] with template arguments `charT`
|
|
| 15 |
and `traits` behave as described if `traits::pos_type` and
|
| 16 |
`traits::off_type` are `streampos` and `streamoff` respectively. Except
|
| 17 |
as noted explicitly below, their behavior when `traits::pos_type` and
|
| 18 |
`traits::off_type` are other types is *implementation-defined*.
|
| 19 |
|
| 20 |
-
In the classes of Clause [[input.output]], a template
|
| 21 |
-
|
| 22 |
-
`
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
|
| 27 |
|
| 28 |
Concurrent access to a stream object ([[string.streams]],
|
| 29 |
[[file.streams]]), stream buffer object ([[stream.buffers]]), or C
|
|
|
|
| 15 |
and `traits` behave as described if `traits::pos_type` and
|
| 16 |
`traits::off_type` are `streampos` and `streamoff` respectively. Except
|
| 17 |
as noted explicitly below, their behavior when `traits::pos_type` and
|
| 18 |
`traits::off_type` are other types is *implementation-defined*.
|
| 19 |
|
| 20 |
+
In the classes of Clause [[input.output]], a template parameter with
|
| 21 |
+
name `charT` represents a member of the set of types containing `char`,
|
| 22 |
+
`wchar_t`, and any other implementation-defined character types that
|
| 23 |
+
satisfy the requirements for a character on which any of the iostream
|
| 24 |
+
components can be instantiated.
|
| 25 |
|
| 26 |
### Thread safety <a id="iostreams.threadsafety">[[iostreams.threadsafety]]</a>
|
| 27 |
|
| 28 |
Concurrent access to a stream object ([[string.streams]],
|
| 29 |
[[file.streams]]), stream buffer object ([[stream.buffers]]), or C
|