File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6455
6455
\begin {itemdescr }
6456
6456
\pnum
6457
6457
\effects
6458
- Behaves as a formatted output function
6459
- (~\ref {ostream.formatted.reqmts }) of \tcode {out}.
6460
- Constructs a character sequence \tcode {seq}.
6458
+ Behaves as a formatted output function~(\ref {ostream.formatted.reqmts })
6459
+ of \tcode {out}. Constructs a character sequence \tcode {seq}.
6461
6460
If \tcode {c} has type
6462
6461
\tcode {char}
6463
6462
and the character type of the stream is not
8856
8855
\tcode {basic_streambuf<charT, traits>::underflow()},
8857
8856
with the specialization that a sequence of characters is read from the input
8858
8857
sequence as if by reading from the associated file
8859
- into an internal buffer (
8860
- \tcode {extern_buf})
8858
+ into an internal buffer (\tcode {extern_buf})
8861
8859
and then as if by doing:
8862
8860
8863
8861
\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