Skip to content

Commit 245d350

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent c87dbdd commit 245d350

File tree

14 files changed

+10403
-10262
lines changed

14 files changed

+10403
-10262
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mf">1F</span><span class="n">KpHotXshBtRZlzgfvCxvTwhGvGRESDD</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/execution/execution.html

Lines changed: 4 additions & 4 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-29T06:55:34">
192-
2025年05月29日 06時55分34秒
191+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
192+
2025年05月29日 10時52分55秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -573,8 +573,8 @@ <h3>Senderアダプタ</h3>
573573
</thead>
574574
<tbody>
575575
<tr>
576-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/sender_adaptor_closure.md.nolink">execution::sender_adaptor_closure</span></code></td>
577-
<td>Senderアダプタ実装用クロージャ型(class template)</td>
576+
<td><code><a href="execution/sender_adaptor_closure.html">execution::sender_adaptor_closure</a></code></td>
577+
<td>パイプライン記法をサポートするSenderアダプタ実装補助 (class template)</td>
578578
<td>C++26</td>
579579
</tr>
580580
<tr>

reference/execution/execution/bulk.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-05-27T15:49:34">
204-
2025年05月27日 15時49分34秒
203+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
204+
2025年05月29日 10時52分55秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p><code>bulk</code>は、インデクス空間の各インデクスに対してタスクを反復実行するSenderアダプタである。</p>
236-
<p><code>bulk</code>はパイプライン記法をサポートする</p>
236+
<p><code>bulk</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタオブジェクト</a>であり、パイプライン記法をサポートする</p>
237237
<h2>効果</h2>
238238
<p>説明用の式<code>sndr</code>, <code>shape</code>, <code>f</code>に対して、型<code>Shape</code><code>decltype(auto(shape))</code>とする。下記いずれかの条件をみたすとき、呼び出し式<code>bulk(sndr, shape, f)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>
239239
<ul>

reference/execution/execution/continues_on.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-05-26T07:21:10">
204-
2025年05月26日 07時21分10秒
203+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
204+
2025年05月29日 10時52分55秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p><code>continues_on</code>は、指定<a href="scheduler.html">Scheduler</a>上で完了させるSenderアダプタである。</p>
236-
<p><code>continues_on</code>はパイプライン記法をサポートする</p>
236+
<p><code>continues_on</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタオブジェクト</a>であり、パイプライン記法をサポートする</p>
237237
<h2>効果</h2>
238238
<p>説明用の式<code>sch</code><code>sndr</code>に対して、<code>decltype((sch))</code><code><a href="scheduler.html">scheduler</a></code>を満たさない、もしくは<code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさないとき、呼び出し式<code>continues_on(sndr, sch)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>
239239
<p>そうでなければ、呼び出し式<code>continues_on(sndr, sch)</code><code>sndr</code>が1回だけ評価されることを除いて、下記と等価。</p>

reference/execution/execution/into_variant.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-05-27T10:13:29">
204-
2025年05月27日 10時13分29秒
203+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
204+
2025年05月29日 10時52分55秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p><code>into_variant</code>は、複数の<a href="set_value.html">値完了シグネチャ</a>を持つ入力<a href="sender.html">Sender</a>から複数<code><a href="../../tuple/tuple.html">tuple</a></code>型からなる<code><a href="../../variant/variant.html">variant</a></code>型の<a href="value_types_of_t.html">値完了シグネチャへと変換</a>するSenderアダプタである。</p>
236-
<p><code>into_variant</code>はパイプライン記法をサポートする</p>
236+
<p><code>into_variant</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタオブジェクト</a>であり、パイプライン記法をサポートする</p>
237237
<h2>効果</h2>
238238
<p>説明用の式<code>sndr</code>に対して<code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさないとき、呼び出し式<code>into_variant(sndr)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>
239239
<p>そうでなければ、呼び出し式<code>into_variant(sndr)</code><code>sndr</code>が1回だけ評価されることを除いて、下記と等価。</p>

reference/execution/execution/let_value.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-05-29T09:44:42">
204-
2025年05月29日 09時44分42秒
203+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
204+
2025年05月29日 10時52分55秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p><code>let_value</code>は、新しいSenderを返す関数呼び出し可能なオブジェクトに引き渡すことで、入力<a href="sender.html">Sender</a><a href="set_value.html">値完了</a>結果から入れ子の非<a class="cpprefjp-defined-word" data-desc="マルチスレッド実行時にリソースの所有権に基づいて実行順序を制御する操作">同期操作</a>へと変換するSenderアダプタである。</p>
236-
<p><code>let_value</code>はパイプライン記法をサポートする</p>
236+
<p><code>let_value</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタオブジェクト</a>であり、パイプライン記法をサポートする</p>
237237
<h2>効果</h2>
238238
<p>説明用の式<code>sndr</code><code>f</code>に対して、<code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさない、もしくは<code>decltype((f))</code><code><a href="../movable-value.html">movable-value</a></code>を満たさないとき、呼び出し式<code>let_value(sndr, f)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>
239239
<p>そうでなければ、呼び出し式<code>let_value(sndr, f)</code><code>sndr</code>が1回だけ評価されることを除いて、下記と等価。</p>

reference/execution/execution/on.html

Lines changed: 6 additions & 6 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-05-26T07:21:10">
204-
2025年05月26日 07時21分10秒
203+
<span itemprop="datePublished" content="2025-05-29T10:52:55">
204+
2025年05月29日 10時52分55秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -237,14 +237,14 @@ <h2>概要</h2>
237237
<li><code>on(sch, sndr)</code> : <a href="sender.html">Sender</a><code>sndr</code><a href="scheduler.html">Scheduler</a><code>sch</code>に関連付けられた実行リソースに属する実行エージェント上で開始し、完了後に<code>on</code>Senderが開始された実行リソースへと実行制御を戻す。</li>
238238
<li><code>on(sndr, sch, closure)</code> : <a href="sender.html">Sender</a><code>sndr</code>の完了後に、<a href="scheduler.html">Scheduler</a><code>sch</code>に関連付けられた実行リソースに属する実行エージェントへ実行を移し、<code>sndr</code>の完了結果をもってSenderアダプタクロージャ<code>closure</code>を実行し、Sender<code>sndr</code>が完了された実行リソースへと実行制御を戻す。</li>
239239
</ul>
240-
<p><code>on</code>はパイプライン記法をサポートする</p>
240+
<p><code>on</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタオブジェクト</a>であり、パイプライン記法をサポートする</p>
241241
<h2>効果</h2>
242242
<h3>呼び出し式 <code>on(sch, sndr)</code></h3>
243243
<p>説明用の式<code>sch</code><code>sndr</code>に対して、下記いずれかが<code>true</code>となるとき呼び出し式<code>on(sch, sndr)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>
244244
<ul>
245245
<li><code>decltype((sch))</code><code><a href="scheduler.html">scheduler</a></code>を満たさない、もしくは</li>
246-
<li><code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさず、かつパイプライン可能Senderアダプタクロージャオブジェクトではない、もしくは</li>
247-
<li><code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たし、かつパイプライン可能Senderアダプタクロージャオブジェクトである</li>
246+
<li><code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさず、かつ<a href="sender_adaptor_closure.html">パイプ可能Senderアダプタクロージャオブジェクト</a>ではない、もしくは</li>
247+
<li><code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たし、かつ<a href="sender_adaptor_closure.html">パイプ可能Senderアダプタクロージャオブジェクト</a>である</li>
248248
</ul>
249249
<p>そうでなければ、呼び出し式<code>on(sch, sndr)</code><code>sch</code>が1回だけ評価されることを除いて、下記と等価。</p>
250250
<p><div class="codehilite"><pre><span></span><code><span class="n"><a href="transform_sender.html">transform_sender</a></span><span class="p">(</span>
@@ -257,7 +257,7 @@ <h3>呼び出し式 <code>on(sndr, sch, closure)</code></h3>
257257
<ul>
258258
<li><code>decltype((sch))</code><code><a href="scheduler.html">scheduler</a></code>を満たさない、もしくは</li>
259259
<li><code>decltype((sndr))</code><code><a href="sender.html">sender</a></code>を満たさない、もしくは</li>
260-
<li><code>closure</code>がパイプライン可能Senderアダプタクロージャオブジェクトではない</li>
260+
<li><code>closure</code><a href="sender_adaptor_closure.html">パイプ可能Senderアダプタクロージャオブジェクト</a>ではない</li>
261261
</ul>
262262
<p>そうでなければ、呼び出し式<code>on(sndr, sch, closure)</code><code>sndr</code>が1回だけ評価されることを除いて、下記と等価。</p>
263263
<p><div class="codehilite"><pre><span></span><code><span class="n"><a href="transform_sender.html">transform_sender</a></span><span class="p">(</span>

0 commit comments

Comments
 (0)