tmp/tmpf1xzx4a6/{from.md → to.md}
RENAMED
|
@@ -5,11 +5,11 @@ void swap(jthread& x) noexcept;
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Exchanges the values of `*this` and `x`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
-
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* `get_id() != id()`.
|
| 14 |
|
| 15 |
``` cpp
|
|
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Exchanges the values of `*this` and `x`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
+
bool joinable() const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* `get_id() != id()`.
|
| 14 |
|
| 15 |
``` cpp
|