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 3550
3550
\pnum
3551
3551
\effects
3552
3552
Behaves as a formatted input function\iref {istream.formatted.reqmts }.
3553
- After constructing a
3554
- \tcode {sentry}
3555
- object, if the sentry converts to \tcode {true}, calls
3556
- \tcode {str.erase()}
3553
+ After constructing a \tcode {sentry} object,
3554
+ if the \tcode {sentry} object returns \tcode {true }
3555
+ when converted to a value of type \tcode {bool},
3556
+ calls \tcode {str.erase()}
3557
3557
and then extracts characters from \tcode {is} and appends them
3558
3558
to \tcode {str} as if by calling
3559
3559
\tcode {str.append(1, c)}.
3630
3630
Behaves as an unformatted input function\iref {istream.unformatted },
3631
3631
except that it does not affect the value returned by subsequent calls to
3632
3632
\tcode {basic_istream<>::gcount()}.
3633
- After constructing a
3634
- \tcode {sentry}
3635
- object, if the sentry converts to \tcode {true}, calls
3636
- \tcode {str.erase()}
3633
+ After constructing a \tcode {sentry} object,
3634
+ if the \tcode {sentry} object returns \tcode {true }
3635
+ when converted to a value of type \tcode {bool},
3636
+ calls \tcode {str.erase()}
3637
3637
and then extracts characters from \tcode {is} and appends them
3638
3638
to \tcode {str} as if by calling
3639
3639
\tcode {str.append(1, c)}
You can’t perform that action at this time.
0 commit comments