Skip to content

Commit

Permalink
リンク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 12, 2023
1 parent 85bebb5 commit eb4b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/thread/jthread/op_constructor.md
Expand Up @@ -84,7 +84,7 @@ jthread(jthread&&) noexcept; // (4) C++20
- [`get_stop_source()`](get_stop_source.md)で取得される[`std::stop_source`](/reference/stop_token/stop_source.md)オブジェクトの[`stop_possible()`](/reference/stop_token/stop_source/stop_possible.md)`true`であること
- `*this`は新しいスレッドと関連付けられること
- (4) :
- `x.`[`get_id()`](get_id.md) `==` [`get_id()`](get_id)`true`であること
- `x.`[`get_id()`](get_id.md) `==` [`get_id()`](get_id.md)`true`であること
- [`get_id()`](get_id.md)がムーブ前の`x.`[`get_id()`](get_id.md)の値であること
- `x.`[`get_stop_source()`](get_stop_source.md)`.`[`stop_possible()`](/reference/stop_token/stop_source/stop_possible.md)`false`であること

Expand Down

0 comments on commit eb4b7dd

Please sign in to comment.