File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6456
6456
\pnum
6457
6457
\effects
6458
6458
Behaves as a formatted output function
6459
- (~ \ref {ostream.formatted.reqmts }) of \tcode {out}.
6459
+ (\ref {ostream.formatted.reqmts }) of \tcode {out}.
6460
6460
Constructs a character sequence \tcode {seq}.
6461
6461
If \tcode {c} has type
6462
6462
\tcode {char}
8856
8856
\tcode {basic_streambuf<charT, traits>::underflow()},
8857
8857
with the specialization that a sequence of characters is read from the input
8858
8858
sequence as if by reading from the associated file
8859
- into an internal buffer (
8860
- \tcode {extern_buf})
8859
+ into an internal buffer (\tcode {extern_buf})
8861
8860
and then as if by doing:
8862
8861
8863
8862
\begin {codeblock }
Original file line number Diff line number Diff line change 15881
15881
\tcode{is_constructible_v<T,}\br
15882
15882
\tcode{Args...>} is \tcode{true} and the variable
15883
15883
definition for \tcode{is_constructible}, as defined below, is known to call
15884
- no operation that is not trivial (~ \ref{basic.types},~\ref{special}). &
15884
+ no operation that is not trivial (\ref{basic.types},~\ref{special}). &
15885
15885
\tcode{T} and all types in the parameter pack \tcode{Args} shall be complete types,
15886
15886
\cv{}~\tcode{void}, or arrays of unknown bound. \\ \rowsep
15887
15887
You can’t perform that action at this time.
0 commit comments