tmp/tmpksa3tikk/{from.md → to.md}
RENAMED
|
@@ -10,22 +10,23 @@ formatting and manipulators, string streams, and file streams, as
|
|
| 10 |
summarized in Table [[tab:iostreams.lib.summary]].
|
| 11 |
|
| 12 |
**Table: Input/output library summary** <a id="tab:iostreams.lib.summary">[tab:iostreams.lib.summary]</a>
|
| 13 |
|
| 14 |
| Subclause | | Header |
|
| 15 |
-
| -------------------------- | --------------------------- | ------------- |
|
| 16 |
| [[iostreams.requirements]] | Requirements | |
|
| 17 |
| [[iostream.forward]] | Forward declarations | `<iosfwd>` |
|
| 18 |
| [[iostream.objects]] | Standard iostream objects | `<iostream>` |
|
| 19 |
| [[iostreams.base]] | Iostreams base classes | `<ios>` |
|
| 20 |
| [[stream.buffers]] | Stream buffers | `<streambuf>` |
|
| 21 |
| [[iostream.format]] | Formatting and manipulators | `<istream>` |
|
| 22 |
| | | `<ostream>` |
|
| 23 |
| | | `<iomanip>` |
|
| 24 |
| [[string.streams]] | String streams | `<sstream>` |
|
| 25 |
| [[file.streams]] | File streams | `<fstream>` |
|
| 26 |
-
|
|
|
|
|
| 27 |
| | | `<cinttypes>` |
|
| 28 |
|
| 29 |
|
| 30 |
Figure [[fig:streampos]] illustrates relationships among various types
|
| 31 |
described in this clause. A line from **A** to **B** indicates that
|
|
|
|
| 10 |
summarized in Table [[tab:iostreams.lib.summary]].
|
| 11 |
|
| 12 |
**Table: Input/output library summary** <a id="tab:iostreams.lib.summary">[tab:iostreams.lib.summary]</a>
|
| 13 |
|
| 14 |
| Subclause | | Header |
|
| 15 |
+
| -------------------------- | --------------------------- | -------------- |
|
| 16 |
| [[iostreams.requirements]] | Requirements | |
|
| 17 |
| [[iostream.forward]] | Forward declarations | `<iosfwd>` |
|
| 18 |
| [[iostream.objects]] | Standard iostream objects | `<iostream>` |
|
| 19 |
| [[iostreams.base]] | Iostreams base classes | `<ios>` |
|
| 20 |
| [[stream.buffers]] | Stream buffers | `<streambuf>` |
|
| 21 |
| [[iostream.format]] | Formatting and manipulators | `<istream>` |
|
| 22 |
| | | `<ostream>` |
|
| 23 |
| | | `<iomanip>` |
|
| 24 |
| [[string.streams]] | String streams | `<sstream>` |
|
| 25 |
| [[file.streams]] | File streams | `<fstream>` |
|
| 26 |
+
| [[filesystems]] | File systems | `<filesystem>` |
|
| 27 |
+
| [[c.files]] | C library files | `<cstdio>` |
|
| 28 |
| | | `<cinttypes>` |
|
| 29 |
|
| 30 |
|
| 31 |
Figure [[fig:streampos]] illustrates relationships among various types
|
| 32 |
described in this clause. A line from **A** to **B** indicates that
|