Skip to content

Commit 4c8edfd

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 4ad699b commit 4c8edfd

File tree

4 files changed

+81
-90
lines changed

4 files changed

+81
-90
lines changed

reference/execution/execution/get-domain-early.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-05-13T09:04:57">
204-
2025年05月13日 09時04分57秒
203+
<span itemprop="datePublished" content="2025-09-02T03:04:06">
204+
2025年09月02日 03時04分06秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Raclamusi</span>
208+
<span itemprop="name">yoh</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -253,6 +253,16 @@ <h3>言語</h3>
253253
</ul>
254254
<h2>関連項目</h2>
255255
<ul>
256+
<li><code><a href="continues_on.html">execution::continues_on</a></code></li>
257+
<li><code><a href="then.html">execution::then</a></code></li>
258+
<li><code><a href="let_value.html">execution::let_value</a></code></li>
259+
<li><code><a href="bulk.html">execution::bulk</a></code></li>
260+
<li><code><a href="when_all.html">execution::when_all</a></code></li>
261+
<li><code><a href="into_variant.html">execution::into_variant</a></code></li>
262+
<li><code><a href="stopped_as_optional.html">execution::stopped_as_optional</a></code></li>
263+
<li><code><a href="stopped_as_error.html">execution::stopped_as_error</a></code></li>
264+
<li><code><span href="https://cpprefjp.github.io/reference/execution/execution/associate.md.nolink">execution::associate</span></code></li>
265+
<li><code><span href="https://cpprefjp.github.io/reference/execution/execution/affine_on.md.nolink">execution::affine_on</span></code></li>
256266
<li><code><a href="../this_thread/sync_wait.html">this_thread::sync_wait</a></code></li>
257267
<li><code><a href="../this_thread/sync_wait_with_variant.html">this_thread::sync_wait_with_variant</a></code></li>
258268
</ul>

reference/execution/execution/get-domain-late.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-03T04:48:26">
204-
2025年06月03日 04時48分26秒
203+
<span itemprop="datePublished" content="2025-09-02T03:04:06">
204+
2025年09月02日 03時04分06秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -276,6 +276,7 @@ <h2>関連項目</h2>
276276
<ul>
277277
<li><code><a href="connect.html">execution::connect</a></code></li>
278278
<li><code><a href="continues_on.html">execution::continues_on</a></code></li>
279+
<li><code><a href="get_completion_signatures.html">execution::get_completion_signatures</a></code></li>
279280
</ul>
280281
<h2>参照</h2>
281282
<ul>

rss.xml

Lines changed: 63 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,71 @@
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">&lt;pre&gt;&lt;code&gt;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;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
37+
38+
<author>
39+
<name>yoh</name>
40+
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
63+
64+
<author>
65+
<name>yoh</name>
66+
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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&amp;lt;data-type&amp;lt;Sndr&amp;gt;&amp;gt;;
1579-
auto cs = get_completion_signatures&amp;lt;child-type&amp;lt;Sndr&amp;gt;, FWD-ENV-T(Env)...&amp;gt;();
1580-
auto fn = []&amp;lt;class... Ts&amp;gt;(decayed-typeof&amp;lt;set-cpo&amp;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-
&lt;/code&gt;&lt;/pre&gt;</summary>
1587-
1588-
<author>
1589-
<name>Raclamusi</name>
1590-
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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&amp;lt;decltype(sch), ex::parallel_scheduler&amp;gt;);
1611-
}
1612-
```
1613-
&lt;/code&gt;&lt;/pre&gt;</summary>
1614-
1615-
<author>
1616-
<name>Raclamusi</name>
1617-
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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&amp;lt;tuple&amp;lt;string,int,char&amp;gt;&amp;gt;型
1638-
std::println(&amp;#34;result={}&amp;#34;, result.value());
1639-
}
1640-
&lt;/code&gt;&lt;/pre&gt;</summary>
1641-
1642-
<author>
1643-
<name>Raclamusi</name>
1644-
<email>[email protected]</email>
1645-
</author>
1646-
</entry>
1647-
16481628
</feed>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@
19281928

19291929
<url>
19301930
<loc>https://cpprefjp.github.io/reference/execution/execution/get-domain-early.html</loc>
1931-
<lastmod>2025-07-22T23:37:52+09:00</lastmod>
1931+
<lastmod>2025-09-02T12:04:06+09:00</lastmod>
19321932
<changefreq>daily</changefreq>
19331933
<priority>0.6</priority>
19341934
</url>
@@ -2453,7 +2453,7 @@
24532453

24542454
<url>
24552455
<loc>https://cpprefjp.github.io/reference/execution/execution/get-domain-late.html</loc>
2456-
<lastmod>2025-07-22T23:37:52+09:00</lastmod>
2456+
<lastmod>2025-09-02T12:04:06+09:00</lastmod>
24572457
<changefreq>daily</changefreq>
24582458
<priority>0.6</priority>
24592459
</url>

0 commit comments

Comments
 (0)