Skip to content

Commit c310d2a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 8dbbfd1 commit c310d2a

16 files changed

+1401
-380
lines changed

reference/chrono/make24.html

+1-1
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="mi">1</span><span class="n"><a href="duration/op_h.html">3h</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="mi">1U</span><span class="n">yhHyCWfSfnJiQnvbGqQXMJHuABVzUxd</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

+6-6
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-10T10:06:59">
192-
2025年05月10日 10時06分59秒
191+
<span itemprop="datePublished" content="2025-05-10T14:27:12">
192+
2025年05月10日 14時27分12秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -613,18 +613,18 @@ <h3>Senderアダプタ</h3>
613613
<td>C++26</td>
614614
</tr>
615615
<tr>
616-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/let_value.md.nolink">execution::let_value</span></code></td>
617-
<td>値完了の継続にユーザ定義処理を連結 (customization point object)</td>
616+
<td><code><a href="execution/let_value.html">execution::let_value</a></code></td>
617+
<td>値完了結果から入れ子の非<a class="cpprefjp-defined-word" data-desc="マルチスレッド実行時にリソースの所有権に基づいて実行順序を制御する操作">同期操作</a>へ変換 (customization point object)</td>
618618
<td>C++26</td>
619619
</tr>
620620
<tr>
621621
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/let_error.md.nolink">execution::let_error</span></code></td>
622-
<td>エラー完了の継続にユーザ定義処理を連結 (customization point object)</td>
622+
<td>エラー完了結果から入れ子の非<a class="cpprefjp-defined-word" data-desc="マルチスレッド実行時にリソースの所有権に基づいて実行順序を制御する操作">同期操作</a>へ変換 (customization point object)</td>
623623
<td>C++26</td>
624624
</tr>
625625
<tr>
626626
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/let_stopped.md.nolink">execution::let_stopped</span></code></td>
627-
<td>停止完了の継続にユーザ定義処理を連結 (customization point object)</td>
627+
<td>停止完了を入れ子の非<a class="cpprefjp-defined-word" data-desc="マルチスレッド実行時にリソースの所有権に基づいて実行順序を制御する操作">同期操作</a>へ変換 (customization point object)</td>
628628
<td>C++26</td>
629629
</tr>
630630
<tr>

reference/execution/execution/connect.html

+3-3
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-02T08:14:47">
204-
2025年05月02日 08時14分47秒
203+
<span itemprop="datePublished" content="2025-05-10T14:27:12">
204+
2025年05月10日 14時27分12秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -304,7 +304,7 @@ <h3>Awaitable接続用へルパ</h3>
304304
<p><code>C</code>型の<code>c</code><a href="../../../lang/cpp20/coroutines.html">コルーチンPromise型</a>の左辺値<code>p</code>に対して、<code>await-result-type&lt;C, Promise&gt;</code><code>decltype(<a href="../is-awaitable.html">GET-AWAITER</a>(c, p).<a href="../../../lang/cpp20/coroutines.html">await_resume()</a>)</code>型とする。
305305
<code>V</code><code>await-result-type&lt;DS, connect-awaitable-promise&gt;</code>とする。</p>
306306
<p><code>SET-VALUE-SIG(T)</code>を、<code>T</code><a class="cpprefjp-defined-word" data-desc="型をconstおよび・もしくはvolatileで修飾すること">CV修飾</a>された<code>void</code>ならば<code><a href="set_value.html">set_value_t</a>()</code>型、そうでなければ<code><a href="set_value.html">set_value_t</a>(T)</code>型とする。
307-
<code>Sigs</code>を次の通り定義する</p>
307+
<code>Sigs</code>を下記の通り定義する</p>
308308
<p><div class="codehilite"><pre><span></span><code><span class="n"><a href="completion_signatures.html">completion_signatures</a></span><span class="o">&lt;</span>
309309
<span class="n"><i>SET-VALUE-SIG</i></span><span class="p">(</span><span class="n">V</span><span class="p">),</span>
310310
<span class="n"><a href="set_error.html">set_error_t</a></span><span class="p">(</span><span class="n"><a href="../../exception/exception_ptr.html">exception_ptr</a></span><span class="p">),</span>

reference/execution/execution/default_domain/apply_sender.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212

213213
<p class="text-right"><small>
214214
最終更新日時(UTC):
215-
<span itemprop="datePublished" content="2025-05-04T15:45:38">
216-
2025年05月04日 15時45分38秒
215+
<span itemprop="datePublished" content="2025-05-10T14:27:12">
216+
2025年05月10日 14時27分12秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -247,7 +247,7 @@ <h2>概要</h2>
247247
<code><a href="../apply_sender.html">execution::apply_sender</a></code>に対するスタマイゼーションポイントとして機能する。</p>
248248
<p><a href="../tag_of_t.html">Senderアルゴリズムタグ型</a><code>Tag</code>に対して、<code>apply_sender</code>メンバ関数を呼び出す。</p>
249249
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Constraints。関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a></h2>
250-
<p>説明用の式<code>e</code><code>Tag().apply_sender(<a href="../../../utility/forward.html">std::forward</a>&lt;Sndr&gt;(sndr),<a href="../../../utility/forward.html">std::forward</a>&lt;Args&gt;(args)...)</code>としたとき、式<code>e</code><a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../../../implementation-compliance.html#dfn-well-formed">適格</a>であること。</p>
250+
<p>説明用の式<code>e</code><code>Tag().apply_sender(<a href="../../../utility/forward.html">std::forward</a>&lt;Sndr&gt;(sndr), <a href="../../../utility/forward.html">std::forward</a>&lt;Args&gt;(args)...)</code>としたとき、式<code>e</code><a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../../../implementation-compliance.html#dfn-well-formed">適格</a>であること。</p>
251251
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
252252
<p><code>e</code>を返す。</p>
253253
<h2><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a></h2>

0 commit comments

Comments
 (0)