File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace std {
3131
3232| 名前 | 説明 | 対応バージョン |
3333|------|------|-------|
34- | [`stop_possible`](inplace_stop_source/stop_possible.md) | 停止要求を作成可能どうかを取得する | C++26 |
34+ | [`stop_possible`](inplace_stop_source/stop_possible.md) | 停止要求を作成可能かどうかを取得する | C++26 |
3535
3636
3737## 例
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace std {
2525| [`operator=`](stop_source/op_assign.md) | 代入演算子 | C++20 |
2626| [`swap`](stop_source/swap.md) | 別の`stop_source`と交換する | C++20 |
2727| [`get_token`](stop_source/get_token.md) | 自身と停止状態を共有する[`stop_token`](stop_token.md)を返す | C++20 |
28- | [`stop_possible`](stop_source/stop_possible.md) | 停止要求を作成可能どうかを取得する | C++20 |
28+ | [`stop_possible`](stop_source/stop_possible.md) | 停止要求を作成可能かどうかを取得する | C++20 |
2929| [`stop_requested`](stop_source/stop_requested.md)| 停止要求を作成したかどうかを取得する | C++20 |
3030| [`request_stop`](stop_source/request_stop.md) | 停止要求を作成する | C++20 |
3131
You can’t perform that action at this time.
0 commit comments