tmp/tmp3mz2va7t/{from.md → to.md}
RENAMED
|
@@ -10,30 +10,20 @@ formatting and manipulators, string streams, and file streams, as
|
|
| 10 |
summarized in [[iostreams.summary]].
|
| 11 |
|
| 12 |
**Table: Input/output library summary** <a id="iostreams.summary">[iostreams.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 | `<
|
| 22 |
| [[string.streams]] | String streams | `<sstream>` |
|
|
|
|
| 23 |
| [[file.streams]] | File streams | `<fstream>` |
|
| 24 |
| [[syncstream]] | Synchronized output streams | `<syncstream>` |
|
| 25 |
| [[filesystems]] | File systems | `<filesystem>` |
|
| 26 |
| [[c.files]] | C library files | `<cstdio>`, `<cinttypes>` |
|
| 27 |
|
| 28 |
|
| 29 |
-
[*Note 1*: Figure [[fig:iostreams.streampos]] illustrates
|
| 30 |
-
relationships among various types described in this clause. A line from
|
| 31 |
-
**A** to **B** indicates that **A** is an alias (e.g., a typedef) for
|
| 32 |
-
**B** or that **A** is defined in terms of **B**.
|
| 33 |
-
|
| 34 |
-
<a id="fig:iostreams.streampos"></a>
|
| 35 |
-
|
| 36 |
-
![Stream position, offset, and size types \[fig:iostreams.streampos\]](images/figstreampos.svg)
|
| 37 |
-
|
| 38 |
-
— *end note*]
|
| 39 |
-
|
|
|
|
| 10 |
summarized in [[iostreams.summary]].
|
| 11 |
|
| 12 |
**Table: Input/output library summary** <a id="iostreams.summary">[iostreams.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>`, `<ostream>`, `<iomanip>`, `<print>` |
|
| 22 |
| [[string.streams]] | String streams | `<sstream>` |
|
| 23 |
+
| [[span.streams]] | Span-based streams | `<spanstream>` |
|
| 24 |
| [[file.streams]] | File streams | `<fstream>` |
|
| 25 |
| [[syncstream]] | Synchronized output streams | `<syncstream>` |
|
| 26 |
| [[filesystems]] | File systems | `<filesystem>` |
|
| 27 |
| [[c.files]] | C library files | `<cstdio>`, `<cinttypes>` |
|
| 28 |
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|