File tree Expand file tree Collapse file tree 5 files changed +1
-143
lines changed
Expand file tree Collapse file tree 5 files changed +1
-143
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,6 @@ Senderコンシューマは名前空間 `std::this_thread` で定義される。
142142| 名前 | 説明 | 対応バージョン |
143143|------|------|----------------|
144144| [`execution::completion_signatures`](execution/completion_signatures.md) | 完了シグネチャ集合を表現する型 (class template) | C++26 |
145- | [`execution::transform_completion_signatures`](execution/transform_completion_signatures.md) | 完了シグネチャ集合を変換 (alias template) | C++26 |
146- | [`execution::transform_completion_signatures_of`](execution/transform_completion_signatures_of.md) | Senderの完了シグネチャ集合を変換 (alias template) | C++26 |
147145| [`execution::run_loop`](execution/run_loop.md) | 単一スレッド上でのループ実行 (class) | C++26 |
148146
149147### コルーチンユーティリティ
@@ -162,4 +160,5 @@ Senderコンシューマは名前空間 `std::this_thread` で定義される。
162160## 参照
163161- [P0024R2 The Parallelism TS Should be Standardized](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html)
164162- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
163+ - [P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html)
165164- [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 @@ -37,7 +37,6 @@ using gather-signatures = see below;
3737- [`execution::value_types_of_t`](value_types_of_t.md)
3838- [`execution::error_types_of_t`](error_types_of_t.md)
3939- [`execution::sends_stopped`](sends_stopped.md)
40- - [`execution::transform_completion_signatures`](transform_completion_signatures.md)
4140
4241
4342## 参照
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ struct type-list; // exposition only
2020
2121## 関連項目
2222- [`execution::sends_stopped`](sends_stopped.md)
23- - [`execution::transform_completion_signatures`](transform_completion_signatures.md)
2423
2524
2625## 参照
You can’t perform that action at this time.
0 commit comments