Skip to content

Commit 623af95

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1a9d33f commit 623af95

File tree

9 files changed

+279
-646
lines changed

9 files changed

+279
-646
lines changed

reference/execution/execution.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-08-08T15:56:58">
192-
2025年08月08日 15時56分58秒
191+
<span itemprop="datePublished" content="2025-08-16T01:47:50">
192+
2025年08月16日 01時47分50秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -698,16 +698,6 @@ <h3>Sender/Receiverユーティリティ</h3>
698698
<td>C++26</td>
699699
</tr>
700700
<tr>
701-
<td><code><a href="execution/transform_completion_signatures.html">execution::transform_completion_signatures</a></code></td>
702-
<td>完了シグネチャ集合を変換 (alias template)</td>
703-
<td>C++26</td>
704-
</tr>
705-
<tr>
706-
<td><code><a href="execution/transform_completion_signatures_of.html">execution::transform_completion_signatures_of</a></code></td>
707-
<td>Senderの完了シグネチャ集合を変換 (alias template)</td>
708-
<td>C++26</td>
709-
</tr>
710-
<tr>
711701
<td><code><a href="execution/run_loop.html">execution::run_loop</a></code></td>
712702
<td>単一スレッド上でのループ実行 (class)</td>
713703
<td>C++26</td>
@@ -746,6 +736,7 @@ <h2>参照</h2>
746736
<ul>
747737
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html" target="_blank">P0024R2 The Parallelism TS Should be Standardized</a></li>
748738
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
739+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html" target="_blank">P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions</a></li>
749740
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3682r0.pdf" target="_blank">P3682R0 Remove <code>std::execution::split</code></a></li>
750741
</ul></div>
751742

reference/execution/execution/gather-signatures.html

Lines changed: 3 additions & 4 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-07-14T14:12:05">
204-
2025年07月14日 14時12分05秒
203+
<span itemprop="datePublished" content="2025-08-16T01:47:50">
204+
2025年08月16日 01時47分50秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">yoh</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -255,7 +255,6 @@ <h2>関連項目</h2>
255255
<li><code><a href="value_types_of_t.html">execution::value_types_of_t</a></code></li>
256256
<li><code><a href="error_types_of_t.html">execution::error_types_of_t</a></code></li>
257257
<li><code><a href="sends_stopped.html">execution::sends_stopped</a></code></li>
258-
<li><code><a href="transform_completion_signatures.html">execution::transform_completion_signatures</a></code></li>
259258
</ul>
260259
<h2>参照</h2>
261260
<ul>

reference/execution/execution/transform_completion_signatures.html

Lines changed: 0 additions & 316 deletions
This file was deleted.

reference/execution/execution/transform_completion_signatures_of.html

Lines changed: 0 additions & 290 deletions
This file was deleted.

reference/execution/execution/type-list.html

Lines changed: 2 additions & 3 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-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-08-16T01:47:50">
204+
2025年08月16日 01時47分50秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -239,7 +239,6 @@ <h3>言語</h3>
239239
<h2>関連項目</h2>
240240
<ul>
241241
<li><code><a href="sends_stopped.html">execution::sends_stopped</a></code></li>
242-
<li><code><a href="transform_completion_signatures.html">execution::transform_completion_signatures</a></code></li>
243242
</ul>
244243
<h2>参照</h2>
245244
<ul>

0 commit comments

Comments
 (0)