File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 30
30
& & \tcode {<ostream>} \\
31
31
& & \tcode {<iomanip>} \\ \rowsep
32
32
\ref {string.streams } & String streams & \tcode {<sstream>} \\ \rowsep
33
- \ref {file.streams } & File streams & \tcode {<fstream>} \\
34
- & & \tcode {<cstdio>} \\
35
- & & \tcode {<cinttypes>} \\
33
+ \ref {file.streams } & File streams & \tcode {<fstream>} \\ \rowsep
34
+ \ref { c.files } & C library files & \tcode {<cstdio>} \\
35
+ & & \tcode {<cinttypes>} \\
36
36
\end {libsumtab }
37
37
38
38
\pnum
382
382
}
383
383
\end {codeblock }
384
384
385
+ \pnum
386
+ In this Clause, the type name \tcode {FILE} refers to
387
+ the type
388
+ \tcode {FILE}
389
+ declared in
390
+ \tcode {<cstdio>}
391
+ \indexlibrary {\idxhdr {cstdio}}%
392
+ (\ref {c.files }).
393
+
385
394
\pnum
386
395
The header
387
396
\tcode {<iostream>}
8393
8402
8394
8403
\rSec 1[file.streams]{File-based streams}
8395
8404
8396
- \rSec 2[fstreams]{File streams }
8405
+ \rSec 2[fstreams]{Overview }
8397
8406
8398
8407
\pnum
8399
8408
The header
8440
8449
}
8441
8450
\end {codeblock }
8442
8451
8443
- \pnum
8444
- In this subclause, the type name \tcode {FILE} refers to
8445
- the type
8446
- \tcode {FILE}
8447
- declared in
8448
- \tcode {<cstdio>}
8449
- \indexlibrary {\idxhdr {cstdio}}%
8450
- (\ref {c.files }).
8451
-
8452
8452
\pnum
8453
8453
\enternote The class template \tcode {basic_filebuf} treats a file as a source or
8454
8454
sink of bytes. In an environment that uses a large character set, the file
You can’t perform that action at this time.
0 commit comments