tmp/tmp_59hl2rp/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### 14 iostream class templates <a id="defns.iostream.templates">[[defns.iostream.templates]]</a>
|
| 2 |
+
|
| 3 |
+
templates, defined in [[input.output]], that take two template arguments
|
| 4 |
+
|
| 5 |
+
[*Note 1 to entry*: The arguments are named `charT` and `traits`. The
|
| 6 |
+
argument `charT` is a character container class, and the argument
|
| 7 |
+
`traits` is a class which defines additional characteristics and
|
| 8 |
+
functions of the character type represented by `charT` necessary to
|
| 9 |
+
implement the iostream class templates. — *end note*]
|
| 10 |
+
|