22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-09-22T04:46:24.961632 </updated >
6- <id >45486487-a239-46c9-81a6-57a1e0e0b48d </id >
5+ <updated >2025-09-22T08:22:55.297171 </updated >
6+ <id >6a81fa54-46bf-443e-9c28-b443384bed7f </id >
77
88
9+ <entry >
10+ <title >start -- execution/start: 微調整</title >
11+ <link href =" https://cpprefjp.github.io/reference/execution/execution/start.html" />
12+ <id >911f1dc2a25093dc7ba95c9b29fc69dca2862a2e:reference/execution/execution/start.md</id >
13+ <updated >2025-09-22T17:17:37+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/start.md b/reference/execution/execution/start.md
16+ index ea0c3623e..6081a38a3 100644
17+ --- a/reference/execution/execution/start.md
18+ +++ b/reference/execution/execution/start.md
19+ @@ -19,13 +19,13 @@ namespace std::execution {
20+ 式`start(op)`は、`op`が右辺値の場合は不適格となる。
21+ そうでなければ、`op.start()`と等価。
22+
23+ -`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
24+ -
25+
26+ ## カスタマイゼーションポイント
27+ [Operation State](operation_state.md)`op`に対して式`op.start()`が呼び出される。
28+ このとき`noexcept(op.start()) == true`であること。
29+
30+ +`op.start()`が[Operation State](operation_state.md)に関連付けられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
31+ +
32+
33+ ## 備考
34+ `start`は[Sender](sender.md)内部実装から呼び出される想定であり、実行制御ライブラリ利用者が直接利用する必要はない。
35+ < /code>< /pre> </summary >
36+
37+ <author >
38+ <name >yoh</name >
39+ 40+ </author >
41+ </entry >
42+
943 <entry >
1044 <title >associate -- execution/associate: 調整 (#1510)</title >
1145 <link href =" https://cpprefjp.github.io/reference/execution/execution/associate.html" />
@@ -1249,31 +1283,4 @@ index 000000000..55241d20b
12491283 </author >
12501284 </entry >
12511285
1252- <entry >
1253- <title >stop-when -- execution/stop-when: fix markup(#1510)</title >
1254- <link href =" https://cpprefjp.github.io/reference/execution/execution/stop-when.html" />
1255- <id >df84025a1f04eee43286f32a2e937607244aba84:reference/execution/execution/stop-when.md</id >
1256- <updated >2025-09-20T18:01:40+09:00</updated >
1257-
1258- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/stop-when.md b/reference/execution/execution/stop-when.md
1259- index 9c0072e42..15505771c 100644
1260- --- a/reference/execution/execution/stop-when.md
1261- +++ b/reference/execution/execution/stop-when.md
1262- @@ -11,7 +11,7 @@ namespace std::execution {
1263- ```
1264- * unspecified[italic]
1265-
1266- -# 概要
1267- +## 概要
1268- `stop-when`は、入力[Sender](sender.md)に追加の[停止トークン](/reference/stop_token/stop_token.md)を結合したSenderを返す、説明専用のSenderアダプタである。
1269-
1270- 説明用の式`sndr`と`token`に対して、
1271- < /code>< /pre> </summary >
1272-
1273- <author >
1274- <name >yoh</name >
1275- 1276- </author >
1277- </entry >
1278-
12791286</feed >
0 commit comments