From Jason Turner

[iostreams.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpy1280c72/{from.md → to.md} +16 -0
tmp/tmpy1280c72/{from.md → to.md} RENAMED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Input/output library summary** <a id="iostreams.summary">[iostreams.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 | `<iomanip>`, `<istream>`, `<ostream>` |
11
+ | [[string.streams]] | String streams | `<sstream>` |
12
+ | [[file.streams]] | File streams | `<fstream>` |
13
+ | [[syncstream]] | Synchronized output streams | `<syncstream>` |
14
+ | [[filesystems]] | File systems | `<filesystem>` |
15
+ | [[c.files]] | C library files | `<cstdio>`, `<cinttypes>` |
16
+