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-01T16:44:08.294380 </updated >
6- <id >3f442485-aad7-4f5f-967b-c37c8bb15e0b </id >
5+ <updated >2025-09-02T03:07:59.563648 </updated >
6+ <id >a4bedf92-2822-4c89-be07-ffe7f2eb5dc1 </id >
77
88
9+ <entry >
10+ <title >get-domain-early -- execution/get-domain-{early,late}: 関連項目</title >
11+ <link href =" https://cpprefjp.github.io/reference/execution/execution/get-domain-early.html" />
12+ <id >171949a4d82b8d9b0f311d087b0bdf9dce336583:reference/execution/execution/get-domain-early.md</id >
13+ <updated >2025-09-02T12:04:06+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/get-domain-early.md b/reference/execution/execution/get-domain-early.md
16+ index 8ca93cb86..57875cca8 100644
17+ --- a/reference/execution/execution/get-domain-early.md
18+ +++ b/reference/execution/execution/get-domain-early.md
19+ @@ -37,6 +37,16 @@ constexpr auto get-domain-early(const Sndr& amp; sndr) noexcept;
20+
21+
22+ ## 関連項目
23+ +- [`execution::continues_on`](continues_on.md)
24+ +- [`execution::then`](then.md)
25+ +- [`execution::let_value`](let_value.md)
26+ +- [`execution::bulk`](bulk.md)
27+ +- [`execution::when_all`](when_all.md)
28+ +- [`execution::into_variant`](into_variant.md)
29+ +- [`execution::stopped_as_optional`](stopped_as_optional.md)
30+ +- [`execution::stopped_as_error`](stopped_as_error.md)
31+ +- [`execution::associate`](associate.md.nolink)
32+ +- [`execution::affine_on`](affine_on.md.nolink)
33+ - [`this_thread::sync_wait`](../this_thread/sync_wait.md)
34+ - [`this_thread::sync_wait_with_variant`](../this_thread/sync_wait_with_variant.md)
35+
36+ < /code>< /pre> </summary >
37+
38+ <author >
39+ <name >yoh</name >
40+ 41+ </author >
42+ </entry >
43+
44+ <entry >
45+ <title >get-domain-late -- execution/get-domain-{early,late}: 関連項目</title >
46+ <link href =" https://cpprefjp.github.io/reference/execution/execution/get-domain-late.html" />
47+ <id >171949a4d82b8d9b0f311d087b0bdf9dce336583:reference/execution/execution/get-domain-late.md</id >
48+ <updated >2025-09-02T12:04:06+09:00</updated >
49+
50+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/get-domain-late.md b/reference/execution/execution/get-domain-late.md
51+ index 877a17341..20eb3fe6b 100644
52+ --- a/reference/execution/execution/get-domain-late.md
53+ +++ b/reference/execution/execution/get-domain-late.md
54+ @@ -61,6 +61,7 @@ Senderアダプタ[`continues_on`](continues_on.md)は[`schedule_from`](schedule
55+ ## 関連項目
56+ - [`execution::connect`](connect.md)
57+ - [`execution::continues_on`](continues_on.md)
58+ +- [`execution::get_completion_signatures`](get_completion_signatures.md)
59+
60+
61+ ## 参照
62+ < /code>< /pre> </summary >
63+
64+ <author >
65+ <name >yoh</name >
66+ 67+ </author >
68+ </entry >
69+
970 <entry >
1071 <title >execution -- execution: P3149R11 scope_token(#1510)</title >
1172 <link href =" https://cpprefjp.github.io/reference/execution/execution.html" />
@@ -1564,85 +1625,4 @@ index b1f0a38d3..828948859 100644
15641625 </author >
15651626 </entry >
15661627
1567- <entry >
1568- <title >let_value -- コード中の全角スペースを修正</title >
1569- <link href =" https://cpprefjp.github.io/reference/execution/execution/let_value.html" />
1570- <id >d5e5ead4e5d1f3cf958c4d472adb5f7dedc1d6cb:reference/execution/execution/let_value.md</id >
1571- <updated >2025-08-31T21:40:16+09:00</updated >
1572-
1573- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/let_value.md b/reference/execution/execution/let_value.md
1574- index 04eb86aa8..5582e4a11 100644
1575- --- a/reference/execution/execution/let_value.md
1576- +++ b/reference/execution/execution/let_value.md
1577- @@ -134,7 +134,7 @@ namespace std::execution {
1578- using LetFn = remove_cvref_t& lt;data-type& lt;Sndr& gt;& gt;;
1579- auto cs = get_completion_signatures& lt;child-type& lt;Sndr& gt;, FWD-ENV-T(Env)...& gt;();
1580- auto fn = []& lt;class... Ts& gt;(decayed-typeof& lt;set-cpo& gt;(*)(Ts...)) {
1581- - if constexpr (!is-valid-let-sender) // see below
1582- + if constexpr (!is-valid-let-sender) // see below
1583- throw unspecified-exception();
1584- };
1585- cs.for-each(overload-set(fn, [](auto){}));
1586- < /code>< /pre> </summary >
1587-
1588- <author >
1589- <name >Raclamusi</name >
1590- 1591- </author >
1592- </entry >
1593-
1594- <entry >
1595- <title >parallel_scheduler -- コード中の全角スペースを修正</title >
1596- <link href =" https://cpprefjp.github.io/reference/execution/execution/parallel_scheduler.html" />
1597- <id >d5e5ead4e5d1f3cf958c4d472adb5f7dedc1d6cb:reference/execution/execution/parallel_scheduler.md</id >
1598- <updated >2025-08-31T21:40:16+09:00</updated >
1599-
1600- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/parallel_scheduler.md b/reference/execution/execution/parallel_scheduler.md
1601- index 47dc63b2a..b6f7f2361 100644
1602- --- a/reference/execution/execution/parallel_scheduler.md
1603- +++ b/reference/execution/execution/parallel_scheduler.md
1604- @@ -84,7 +84,7 @@ namespace ex = std::execution;
1605-
1606- int main()
1607- {
1608- - ex::scheduler auto sch = ex::get_parallel_scheduler();
1609- + ex::scheduler auto sch = ex::get_parallel_scheduler();
1610- static_assert(std::same_as& lt;decltype(sch), ex::parallel_scheduler& gt;);
1611- }
1612- ```
1613- < /code>< /pre> </summary >
1614-
1615- <author >
1616- <name >Raclamusi</name >
1617- 1618- </author >
1619- </entry >
1620-
1621- <entry >
1622- <title >when_all -- コード中の全角スペースを修正</title >
1623- <link href =" https://cpprefjp.github.io/reference/execution/execution/when_all.html" />
1624- <id >d5e5ead4e5d1f3cf958c4d472adb5f7dedc1d6cb:reference/execution/execution/when_all.md</id >
1625- <updated >2025-08-31T21:40:16+09:00</updated >
1626-
1627- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/when_all.md b/reference/execution/execution/when_all.md
1628- index 77723717c..d61223b37 100644
1629- --- a/reference/execution/execution/when_all.md
1630- +++ b/reference/execution/execution/when_all.md
1631- @@ -368,7 +368,7 @@ int main()
1632- // snd1,snd2両方の完了を待機するSender
1633- ex::sender auto sndr = ex::when_all(snd1, snd2);
1634-
1635- - auto result = std::this_thread::sync_wait(sndr);
1636- + auto result = std::this_thread::sync_wait(sndr);
1637- // result := optional& lt;tuple& lt;string,int,char& gt;& gt;型
1638- std::println(& #34;result={}& #34;, result.value());
1639- }
1640- < /code>< /pre> </summary >
1641-
1642- <author >
1643- <name >Raclamusi</name >
1644- 1645- </author >
1646- </entry >
1647-
16481628</feed >
0 commit comments