File tree Expand file tree Collapse file tree 3 files changed +1
-400
lines changed Expand file tree Collapse file tree 3 files changed +1
-400
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ namespace std::execution {
122122| [`execution::let_error`](execution/let_error.md) | エラー完了結果から入れ子の非同期操作へ変換 (customization point object) | C++26 |
123123| [`execution::let_stopped`](execution/let_stopped.md) | 停止完了を入れ子の非同期操作へ変換 (customization point object) | C++26 |
124124| [`execution::bulk`](execution/bulk.md) | インデクス空間上で指定関数を反復実行 (customization point object) | C++26 |
125- | [`execution::split`](execution/split.md) | 入力Senderの値を複製回送信可能とする (customization point object) | C++26 |
126125| [`execution::when_all`](execution/when_all.md) | 全ての入力Sender完了を待機 (customization point object) | C++26 |
127126| [`execution::when_all_with_variant`](execution/when_all_with_variant.md) | 複数の値完了シグネチャをもつ全ての入力Sender完了を待機 (customization point object) | C++26 |
128127| [`execution::into_variant`](execution/into_variant.md) | 複数の値完了シグネチャを単一[`variant`](/reference/variant/variant.md)型の値完了シグネチャに変換 (customization point object) | C++26 |
@@ -163,3 +162,4 @@ Senderコンシューマは名前空間 `std::this_thread` で定義される。
163162## 参照
164163- [P0024R2 The Parallelism TS Should be Standardized](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html)
165164- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
165+ - [P3682R0 Remove `std::execution::split`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3682r0.pdf)
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ struct on-stop-request {
2424
2525## 関連項目
2626- [`execution::when_all`](when_all.md)
27- - [`execution::split`](split.md)
2827
2928
3029## 参照
You can’t perform that action at this time.
0 commit comments