tmp/tmpf49kv01o/{from.md → to.md}
RENAMED
|
@@ -2,17 +2,17 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
int value() const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Returns:*
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
const error_category& category() const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
-
*Returns:* `*cat_`.
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
string message() const;
|
| 17 |
```
|
| 18 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
int value() const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Returns:* *val\_*.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
const error_category& category() const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
+
*Returns:* `*`*`cat_`*.
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
string message() const;
|
| 17 |
```
|
| 18 |
|