tmp/tmpai96wm0o/{from.md → to.md}
RENAMED
|
@@ -57,12 +57,12 @@ const ctype<charT>& ctype = use_facet<ctype<charT>>(is.getloc());
|
|
| 57 |
if (ctype.is(ctype.space, c) != 0)
|
| 58 |
// c is a whitespace character.
|
| 59 |
```
|
| 60 |
|
| 61 |
If, after any preparation is completed, `is.good()` is `true`,
|
| 62 |
-
`ok_ != false` otherwise, `ok_ == false`. During preparation,
|
| 63 |
-
constructor may call `setstate(failbit)` (which may throw
|
| 64 |
`ios_base::failure` [[iostate.flags]]).[^19]
|
| 65 |
|
| 66 |
``` cpp
|
| 67 |
~sentry();
|
| 68 |
```
|
|
@@ -71,7 +71,7 @@ constructor may call `setstate(failbit)` (which may throw
|
|
| 71 |
|
| 72 |
``` cpp
|
| 73 |
explicit operator bool() const;
|
| 74 |
```
|
| 75 |
|
| 76 |
-
*Returns:*
|
| 77 |
|
|
|
|
| 57 |
if (ctype.is(ctype.space, c) != 0)
|
| 58 |
// c is a whitespace character.
|
| 59 |
```
|
| 60 |
|
| 61 |
If, after any preparation is completed, `is.good()` is `true`,
|
| 62 |
+
*`ok_`*` != false` otherwise, *`ok_`*` == false`. During preparation,
|
| 63 |
+
the constructor may call `setstate(failbit)` (which may throw
|
| 64 |
`ios_base::failure` [[iostate.flags]]).[^19]
|
| 65 |
|
| 66 |
``` cpp
|
| 67 |
~sentry();
|
| 68 |
```
|
|
|
|
| 71 |
|
| 72 |
``` cpp
|
| 73 |
explicit operator bool() const;
|
| 74 |
```
|
| 75 |
|
| 76 |
+
*Returns:* *ok\_*.
|
| 77 |
|