tmp/tmppgteee0z/{from.md → to.md}
RENAMED
|
@@ -22,7 +22,8 @@ bool operator!=(const error_category& rhs) const noexcept;
|
|
| 22 |
bool operator<(const error_category& rhs) const noexcept;
|
| 23 |
```
|
| 24 |
|
| 25 |
*Returns:* `less<const error_category*>()(this, &rhs)`.
|
| 26 |
|
| 27 |
-
`less` ([[comparisons]]) provides a total ordering for
|
|
|
|
| 28 |
|
|
|
|
| 22 |
bool operator<(const error_category& rhs) const noexcept;
|
| 23 |
```
|
| 24 |
|
| 25 |
*Returns:* `less<const error_category*>()(this, &rhs)`.
|
| 26 |
|
| 27 |
+
[*Note 1*: `less` ([[comparisons]]) provides a total ordering for
|
| 28 |
+
pointers. — *end note*]
|
| 29 |
|