From Jason Turner

[tab:iostreams.lib.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpvwsfnl1q/{from.md → to.md} +0 -18
tmp/tmpvwsfnl1q/{from.md → to.md} RENAMED
@@ -1,18 +0,0 @@
1
- **Table: Input/output library summary** <a id="tab:iostreams.lib.summary">[tab:iostreams.lib.summary]</a>
2
-
3
- | Subclause | | Header |
4
- | -------------------------- | --------------------------- | -------------- |
5
- | [[iostreams.requirements]] | Requirements | |
6
- | [[iostream.forward]] | Forward declarations | `<iosfwd>` |
7
- | [[iostream.objects]] | Standard iostream objects | `<iostream>` |
8
- | [[iostreams.base]] | Iostreams base classes | `<ios>` |
9
- | [[stream.buffers]] | Stream buffers | `<streambuf>` |
10
- | [[iostream.format]] | Formatting and manipulators | `<istream>` |
11
- | | | `<ostream>` |
12
- | | | `<iomanip>` |
13
- | [[string.streams]] | String streams | `<sstream>` |
14
- | [[file.streams]] | File streams | `<fstream>` |
15
- | [[filesystems]] | File systems | `<filesystem>` |
16
- | [[c.files]] | C library files | `<cstdio>` |
17
- | | | `<cinttypes>` |
18
-