tmp/tmpc0gu_3s1/{from.md → to.md}
RENAMED
|
@@ -77,20 +77,20 @@ constexpr bool operator< (strong_ordering v, unspecified) noexcept;
|
|
| 77 |
constexpr bool operator> (strong_ordering v, unspecified) noexcept;
|
| 78 |
constexpr bool operator<=(strong_ordering v, unspecified) noexcept;
|
| 79 |
constexpr bool operator>=(strong_ordering v, unspecified) noexcept;
|
| 80 |
```
|
| 81 |
|
| 82 |
-
*Returns:* `v.value 0` for `operator`.
|
| 83 |
|
| 84 |
``` cpp
|
| 85 |
constexpr bool operator< (unspecified, strong_ordering v) noexcept;
|
| 86 |
constexpr bool operator> (unspecified, strong_ordering v) noexcept;
|
| 87 |
constexpr bool operator<=(unspecified, strong_ordering v) noexcept;
|
| 88 |
constexpr bool operator>=(unspecified, strong_ordering v) noexcept;
|
| 89 |
```
|
| 90 |
|
| 91 |
-
*Returns:* `0 v.value` for `operator`.
|
| 92 |
|
| 93 |
``` cpp
|
| 94 |
constexpr strong_ordering operator<=>(strong_ordering v, unspecified) noexcept;
|
| 95 |
```
|
| 96 |
|
|
|
|
| 77 |
constexpr bool operator> (strong_ordering v, unspecified) noexcept;
|
| 78 |
constexpr bool operator<=(strong_ordering v, unspecified) noexcept;
|
| 79 |
constexpr bool operator>=(strong_ordering v, unspecified) noexcept;
|
| 80 |
```
|
| 81 |
|
| 82 |
+
*Returns:* `v.`*`value`*` 0` for `operator`.
|
| 83 |
|
| 84 |
``` cpp
|
| 85 |
constexpr bool operator< (unspecified, strong_ordering v) noexcept;
|
| 86 |
constexpr bool operator> (unspecified, strong_ordering v) noexcept;
|
| 87 |
constexpr bool operator<=(unspecified, strong_ordering v) noexcept;
|
| 88 |
constexpr bool operator>=(unspecified, strong_ordering v) noexcept;
|
| 89 |
```
|
| 90 |
|
| 91 |
+
*Returns:* `0 v.`*`value`* for `operator`.
|
| 92 |
|
| 93 |
``` cpp
|
| 94 |
constexpr strong_ordering operator<=>(strong_ordering v, unspecified) noexcept;
|
| 95 |
```
|
| 96 |
|