File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 45854585\tcode{setstate(failbit | eofbit)}
45864586(which may throw
45874587\tcode{ios_base::failure}).
4588+ After any preparation is completed, \exposid{ok_} is set to the value of \tcode{is.good()}.
45884589
45894590\pnum
45904591\remarks
4591- The constructor
4592- \begin{codeblock}
4593- explicit sentry(basic_istream& is, bool noskipws = false)
4594- \end{codeblock}
4592+ This constructor
45954593uses the currently imbued locale in \tcode{is},
45964594to determine whether the next input character is
45974595whitespace or not.
46064604\end{codeblock}
46074605
46084606\pnum
4609- If, after any preparation is completed,
4610- \tcode{is.good()}
4611- is
4612- \tcode{true},
4613- \tcode{\exposid{ok_} != false};
4614- otherwise,
4615- \tcode{\exposid{ok_} == false}.
46164607During preparation, the constructor may call
46174608\tcode{setstate(failbit)}
46184609(which may throw
You can’t perform that action at this time.
0 commit comments