File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4212
4212
\rSec 3[input.streams.general]{General}
4213
4213
4214
4214
\pnum
4215
- The header \libheader {istream} defines two types
4216
- and a function signature that control input from a stream buffer along with a function template that extracts from stream rvalues.
4215
+ The header \libheader {istream} defines two class templates
4216
+ and a function template that control input from a stream buffer,
4217
+ along with a function template that extracts from stream rvalues.
4217
4218
4218
4219
\rSec 3[istream]{Class template \tcode {basic_istream}}
4219
4220
5811
5812
\rSec 3[output.streams.general]{General}
5812
5813
5813
5814
\pnum
5814
- The header \libheader {ostream} defines a type
5815
- and several function signatures that control output to a
5816
- stream buffer along with a function template that inserts into stream rvalues.
5815
+ The header \libheader {ostream} defines a class template
5816
+ and several function templates that control output to a stream buffer,
5817
+ along with a function template that inserts into stream rvalues.
5817
5818
5818
5819
\rSec 3[ostream]{Class template \tcode {basic_ostream}}
5819
5820
You can’t perform that action at this time.
0 commit comments