tmp/tmpxwn_1w75/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
#### Class `error_category` non-virtual members <a id="syserr.errcat.nonvirtuals">[[syserr.errcat.nonvirtuals]]</a>
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
``` cpp
|
| 4 |
bool operator==(const error_category& rhs) const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `this == &rhs`.
|
|
|
|
| 1 |
#### Class `error_category` non-virtual members <a id="syserr.errcat.nonvirtuals">[[syserr.errcat.nonvirtuals]]</a>
|
| 2 |
|
| 3 |
+
``` cpp
|
| 4 |
+
constexpr error_category() noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Effects:* Constructs an object of class `error_category`.
|
| 8 |
+
|
| 9 |
``` cpp
|
| 10 |
bool operator==(const error_category& rhs) const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* `this == &rhs`.
|