Skip to content

Commit edebc27

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0c40185 commit edebc27

File tree

12 files changed

+1816
-122
lines changed

12 files changed

+1816
-122
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="mi">1L</span><span class="n">nbJEsPEyMmfprtiqysOCCxMzMmCnVwo</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="2026-01-11T15:22:13">
192-
2026年01月11日 15時22分13秒
191+
<span itemprop="datePublished" content="2026-01-12T12:36:59">
192+
2026年01月12日 12時36分59秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -800,8 +800,8 @@ <h3>コルーチンユーティリティ</h3>
800800
<td>C++26</td>
801801
</tr>
802802
<tr>
803-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/task.md.nolink">execution::task</span></code></td>
804-
<td>非同期タスクコルーチン<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>型 (class template)</td>
803+
<td><code><a href="execution/task.html">execution::task</a></code></td>
804+
<td>タスクコルーチン<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>型 (class template)</td>
805805
<td>C++26</td>
806806
</tr>
807807
</tbody>

reference/execution/execution/inline_scheduler.html

Lines changed: 13 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="2026-01-11T15:22:13">
204-
2026年01月11日 15時22分13秒
203+
<span itemprop="datePublished" content="2026-01-12T12:36:59">
204+
2026年01月12日 12時36分59秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -248,7 +248,7 @@ <h2>クラス仕様</h2>
248248
<p>説明専用のクラス<code>inline-sender</code><code><a href="sender.html">sender</a></code>を満たす。<code><a href="completion_signatures_of_t.html">completion_signatures_of_t</a>&lt;inline-sender&gt;</code>は、<code><a href="completion_signatures.html">completion_signatures</a>&lt;<a href="set_value.html">set_value_t</a>()&gt;</code>となる。</p>
249249
<p>説明用の<code>sndr</code><code>inline-sender</code>型の式とする。<code>CS</code><code><a href="completion_signatures.html">completion_signatures</a>&lt;<a href="set_value.html">set_value_t</a>()&gt;</code>としたとき、<code>rcvr</code><code><a href="receiver_of.html">receiver_of</a>&lt;decltype((rcvr)), CS&gt;</code><code>true</code>となる式とする。</p>
250250
<ul>
251-
<li><code><a href="connect.html">connect</a>(sndr, rcvr)</code>の型は<code>line-state&lt;remove_cvref_t&lt;decltype((rcvr))&gt;&gt;</code>であり、式<code>((void)sndr, auto(rcvr))</code>が潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出(potentially-throwing)するときに限って潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出する。</li>
251+
<li><code><a href="connect.html">connect</a>(sndr, rcvr)</code>の型は<code>inline-state&lt;<a href="../../type_traits/remove_cvref.html">remove_cvref_t</a>&lt;decltype((rcvr))&gt;&gt;</code>であり、式<code>((void)sndr, auto(rcvr))</code>が潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出(potentially-throwing)するときに限って潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出する。</li>
252252
<li><code><a href="get_completion_scheduler.html">get_completion_scheduler</a>&lt;<a href="set_value.html">set_value_t</a>&gt;(<a href="get_env.html">get_env</a>(sndr))</code>の型は<code>inline_scheduler</code>であり、式<code><a href="get_env.html">get_env</a>(sndr)</code>が潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出(potentially-throwing)するときに限って潜在的に<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出する。</li>
253253
</ul>
254254
<p>説明用の<code>o</code><code>inline-state&lt;Rcvr&gt;</code>型の非const左辺値とし、<code>REC(o)</code><code>o</code>を返す<a href="connect.html">接続(connect)</a>呼び出しへ渡した式<code>rcvr</code>で初期化された<code>Rcvr</code>型の非const左辺値参照とする。</p>
@@ -267,6 +267,16 @@ <h2>メンバ関数</h2>
267267
</thead>
268268
<tbody>
269269
<tr>
270+
<td><code>(constructor)</code></td>
271+
<td>コンストラクタ</td>
272+
<td>C++26</td>
273+
</tr>
274+
<tr>
275+
<td><code>(destructor)</code></td>
276+
<td>デストラクタ</td>
277+
<td>C++26</td>
278+
</tr>
279+
<tr>
270280
<td><code>schedule</code></td>
271281
<td><a href="schedule.html">スケジュールSender</a>を返す</td>
272282
<td>C++26</td>

0 commit comments

Comments
 (0)