Skip to content

Commit 5c5c4e4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent abacfd9 commit 5c5c4e4

File tree

7 files changed

+10867
-9879
lines changed

7 files changed

+10867
-9879
lines changed

reference/execution/execution.html

Lines changed: 5 additions & 5 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-05-29T10:52:55">
192-
2025年05月29日 10時52分55秒
191+
<span itemprop="datePublished" content="2025-05-30T01:42:05">
192+
2025年05月30日 01時42分05秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -653,12 +653,12 @@ <h3>Senderアダプタ</h3>
653653
<td>C++26</td>
654654
</tr>
655655
<tr>
656-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/stopped_as_optional.md.nolink">execution::stopped_as_optional</span></code></td>
657-
<td>入力Senderの停止完了を<code><a href="../optional/optional.html">optional</a></code>型の値完了に変換 (customization point object)</td>
656+
<td><code><a href="execution/stopped_as_optional.html">execution::stopped_as_optional</a></code></td>
657+
<td>入力Senderの停止完了を空の<code><a href="../optional/optional.html">optional</a></code>値完了に変換 (customization point object)</td>
658658
<td>C++26</td>
659659
</tr>
660660
<tr>
661-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/stopped_as_error.md.nolink">execution::stopped_as_error</span></code></td>
661+
<td><code><a href="execution/stopped_as_error.html">execution::stopped_as_error</a></code></td>
662662
<td>入力Senderの停止完了をエラー完了に変換 (customization point object)</td>
663663
<td>C++26</td>
664664
</tr>

reference/execution/execution/stopped_as_error.html

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.

reference/execution/execution/stopped_as_optional.html

Lines changed: 375 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)