tmp/tmpez2xrz1b/{from.md → to.md}
RENAMED
|
@@ -62,20 +62,20 @@ constexpr bool operator< (weak_ordering v, unspecified) noexcept;
|
|
| 62 |
constexpr bool operator> (weak_ordering v, unspecified) noexcept;
|
| 63 |
constexpr bool operator<=(weak_ordering v, unspecified) noexcept;
|
| 64 |
constexpr bool operator>=(weak_ordering v, unspecified) noexcept;
|
| 65 |
```
|
| 66 |
|
| 67 |
-
*Returns:* `v.value 0` for `operator`.
|
| 68 |
|
| 69 |
``` cpp
|
| 70 |
constexpr bool operator< (unspecified, weak_ordering v) noexcept;
|
| 71 |
constexpr bool operator> (unspecified, weak_ordering v) noexcept;
|
| 72 |
constexpr bool operator<=(unspecified, weak_ordering v) noexcept;
|
| 73 |
constexpr bool operator>=(unspecified, weak_ordering v) noexcept;
|
| 74 |
```
|
| 75 |
|
| 76 |
-
*Returns:* `0 v.value` for `operator`.
|
| 77 |
|
| 78 |
``` cpp
|
| 79 |
constexpr weak_ordering operator<=>(weak_ordering v, unspecified) noexcept;
|
| 80 |
```
|
| 81 |
|
|
|
|
| 62 |
constexpr bool operator> (weak_ordering v, unspecified) noexcept;
|
| 63 |
constexpr bool operator<=(weak_ordering v, unspecified) noexcept;
|
| 64 |
constexpr bool operator>=(weak_ordering v, unspecified) noexcept;
|
| 65 |
```
|
| 66 |
|
| 67 |
+
*Returns:* `v.`*`value`*` 0` for `operator`.
|
| 68 |
|
| 69 |
``` cpp
|
| 70 |
constexpr bool operator< (unspecified, weak_ordering v) noexcept;
|
| 71 |
constexpr bool operator> (unspecified, weak_ordering v) noexcept;
|
| 72 |
constexpr bool operator<=(unspecified, weak_ordering v) noexcept;
|
| 73 |
constexpr bool operator>=(unspecified, weak_ordering v) noexcept;
|
| 74 |
```
|
| 75 |
|
| 76 |
+
*Returns:* `0 v.`*`value`* for `operator`.
|
| 77 |
|
| 78 |
``` cpp
|
| 79 |
constexpr weak_ordering operator<=>(weak_ordering v, unspecified) noexcept;
|
| 80 |
```
|
| 81 |
|