tmp/tmph5ovnayy/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ template<class charT, class traits>
|
|
| 9 |
```
|
| 10 |
|
| 11 |
*Effects:* Behaves as an unformatted input
|
| 12 |
function [[istream.unformatted]], except that it does not count the
|
| 13 |
number of characters extracted and does not affect the value returned by
|
| 14 |
-
subsequent calls to `is.gcount()`. After constructing a sentry object
|
| 15 |
extracts characters as long as the next available character `c` is
|
| 16 |
whitespace or until there are no more characters in the sequence.
|
| 17 |
Whitespace characters are distinguished with the same criterion as used
|
| 18 |
by `sentry::sentry` [[istream.sentry]]. If `ws` stops extracting
|
| 19 |
characters because there are no more available it sets `eofbit`, but not
|
|
|
|
| 9 |
```
|
| 10 |
|
| 11 |
*Effects:* Behaves as an unformatted input
|
| 12 |
function [[istream.unformatted]], except that it does not count the
|
| 13 |
number of characters extracted and does not affect the value returned by
|
| 14 |
+
subsequent calls to `is.gcount()`. After constructing a `sentry` object
|
| 15 |
extracts characters as long as the next available character `c` is
|
| 16 |
whitespace or until there are no more characters in the sequence.
|
| 17 |
Whitespace characters are distinguished with the same criterion as used
|
| 18 |
by `sentry::sentry` [[istream.sentry]]. If `ws` stops extracting
|
| 19 |
characters because there are no more available it sets `eofbit`, but not
|