Skip to content

Commit 521f487

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent a125eb3 commit 521f487

File tree

3 files changed

+33
-810
lines changed

3 files changed

+33
-810
lines changed

reference/execution/execution/stop-when.html

Lines changed: 3 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-09-20T08:53:48">
204-
2025年09月20日 08時53分48秒
203+
<span itemprop="datePublished" content="2025-09-20T09:01:40">
204+
2025年09月20日 09時01分40秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -225,12 +225,12 @@
225225
<div class="col-sm-12 content-body">
226226

227227
<div class="identifier-type">customization point object</div><div class="header">&lt;execution&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std::execution">std::execution::</span><span class="token">stop-when</span><span class="cpp cpp26" title="C++26で追加">(C++26)</span></h1>
228-
<h1 itemprop="name"><span class="namespace" title="namespace std::execution">std::execution::</span><span class="token">概要</span><span class="cpp cpp26" title="C++26で追加">(C++26)</span></h1>
229228
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span> <span class="p">{</span>
230229
<span class="kr">inline</span> <span class="k">constexpr</span> <span class="n"><i>unspecified</i></span> <span class="n">stop</span><span class="o">-</span><span class="n">when</span><span class="p">{};</span>
231230
<span class="p">}</span>
232231
</code></pre></div>
233232
</p>
233+
<h2>概要</h2>
234234
<p><code>stop-when</code>は、入力<a href="sender.html">Sender</a>に追加の<a href="../../stop_token/stop_token.html">停止トークン</a>を結合したSenderを返す、説明専用のSenderアダプタである。</p>
235235
<p>説明用の式<code>sndr</code><code>token</code>に対して、</p>
236236
<ul>

0 commit comments

Comments
 (0)