File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 367
367
\indexlibrary {\idxhdr {iostream}}%
368
368
369
369
\begin {codeblock }
370
- #include <ios>
371
- #include <streambuf>
372
- #include <istream>
373
- #include <ostream>
370
+ #include <ios> // see \ref { ios.syn }
371
+ #include <streambuf> // see \ref { streambuf.syn }
372
+ #include <istream> // see \ref { istream.syn }
373
+ #include <ostream> // see \ref { ostream.syn }
374
374
375
375
namespace std {
376
376
extern istream cin;
629
629
\indexlibrary {\idxcode {io_errc}}%
630
630
631
631
\begin {codeblock }
632
- #include <iosfwd>
632
+ #include <iosfwd> // see \ref { iosfwd.syn }
633
633
634
634
namespace std {
635
635
using streamoff = @\impdef@ ;
4038
4038
4039
4039
\rSec 1[iostream.format]{Formatting and manipulators}
4040
4040
4041
+ \rSec 2[istream.syn]{Header \tcode {<istream>} synopsis}
4041
4042
\indextext {\idxhdr {istream}}%
4042
4043
\indexlibrary {\idxhdr {istream}}%
4043
- \rSec 2[istream.syn]{Header \tcode {<istream>} synopsis}
4044
4044
4045
4045
\begin {codeblock }
4046
4046
namespace std {
14779
14779
\rSec 1[c.files]{C library files}
14780
14780
14781
14781
\rSec 2[cstdio.syn]{Header \tcode {<cstdio>} synopsis}
14782
-
14783
14782
\indextext {\idxhdr {cstdio}}%
14784
14783
\indextext {\idxhdr {cstdio}}%
14785
14784
\indexlibrary {\idxcode {size_t}}%
14846
14845
\indexlibrary {\idxcode {feof}}%
14847
14846
\indexlibrary {\idxcode {ferror}}%
14848
14847
\indexlibrary {\idxcode {perror}}%
14848
+
14849
14849
\begin {codeblock }
14850
14850
namespace std {
14851
14851
using size_t = @\textit {see \ref {support.types.layout } }@;
15003
15003
\indexlibrary {\idxcode {SCNuPTR}}%
15004
15004
\indexlibrary {\idxcode {SCNxPTR}}%
15005
15005
\begin {codeblock }
15006
- #include <cstdint>
15006
+ #include <cstdint> // see \ref { cstdint.syn }
15007
15007
15008
15008
namespace std {
15009
15009
using imaxdiv_t = @\seebelow@ ;
You can’t perform that action at this time.
0 commit comments