tmp/tmpbj86eq9u/{from.md → to.md}
RENAMED
|
@@ -40,11 +40,11 @@ void setstate(iostate state);
|
|
| 40 |
|
| 41 |
``` cpp
|
| 42 |
bool good() const;
|
| 43 |
```
|
| 44 |
|
| 45 |
-
*Returns:* `rdstate() == 0`
|
| 46 |
|
| 47 |
``` cpp
|
| 48 |
bool eof() const;
|
| 49 |
```
|
| 50 |
|
|
|
|
| 40 |
|
| 41 |
``` cpp
|
| 42 |
bool good() const;
|
| 43 |
```
|
| 44 |
|
| 45 |
+
*Returns:* `rdstate() == 0`.
|
| 46 |
|
| 47 |
``` cpp
|
| 48 |
bool eof() const;
|
| 49 |
```
|
| 50 |
|