Skip to content

Commit f65eb34

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent bffd962 commit f65eb34

File tree

9 files changed

+549
-878
lines changed

9 files changed

+549
-878
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">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">1l</span><span class="n">yVwyDzWUIfzxHivCIirbfHqKJpRTQTr</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: 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="2026-01-12T12:36:59">
192-
2026年01月12日 12時36分59秒
191+
<span itemprop="datePublished" content="2026-01-16T00:10:38">
192+
2026年01月16日 00時10分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -790,13 +790,13 @@ <h3>コルーチンユーティリティ</h3>
790790
<td>C++26</td>
791791
</tr>
792792
<tr>
793-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/with_error.md.nolink">execution::with_error</span></code></td>
794-
<td>コルーチンからのエラー完了 (class template)</td>
793+
<td><code><a href="execution/with_error.html">execution::with_error</a></code></td>
794+
<td>タスクコルーチンからのエラー完了 (class template)</td>
795795
<td>C++26</td>
796796
</tr>
797797
<tr>
798798
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/change_coroutine_scheduler.md.nolink">execution::change_coroutine_scheduler</span></code></td>
799-
<td>コルーチンのScheduler変更 (class template)</td>
799+
<td>タスクコルーチンのScheduler変更 (class template)</td>
800800
<td>C++26</td>
801801
</tr>
802802
<tr>

reference/execution/execution/task.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="2026-01-14T15:45:13">
204-
2026年01月14日 15時45分13秒
203+
<span itemprop="datePublished" content="2026-01-16T00:10:38">
204+
2026年01月16日 00時10分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -383,7 +383,7 @@ <h3>処理系</h3>
383383
</ul>
384384
<h2>関連項目</h2>
385385
<ul>
386-
<li><code><span href="https://cpprefjp.github.io/reference/execution/execution/with_error.md.nolink">execution::with_error</span></code></li>
386+
<li><code><a href="with_error.html">execution::with_error</a></code></li>
387387
<li><code><span href="https://cpprefjp.github.io/reference/execution/execution/change_coroutine_scheduler.md.nolink">execution::change_coroutine_scheduler</span></code></li>
388388
<li><code><a href="task_scheduler.html">execution::task_scheduler</a></code></li>
389389
</ul>

reference/execution/execution/task/promise_type/yield_value.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224

225225
<p class="text-right"><small>
226226
最終更新日時(UTC):
227-
<span itemprop="datePublished" content="2026-01-15T02:30:00">
228-
2026年01月15日 02時30分00秒
227+
<span itemprop="datePublished" content="2026-01-16T00:10:38">
228+
2026年01月16日 00時10分38秒
229229
</span>
230230
<br/>
231231
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -250,7 +250,7 @@
250250

251251
<div class="identifier-type">function template</div><div class="header">&lt;execution&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std::execution">std::execution::</span><span class="class" title="class task::promise_type">task::promise_type::</span><span class="token">yield_value</span><span class="cpp cpp26" title="C++26で追加">(C++26)</span></h1>
252252
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">template</span><span class="o">&lt;</span><span class="k">class</span> <span class="nc">Err</span><span class="o">&gt;</span>
253-
<span class="k">auto</span> <span class="n">yield_value</span><span class="p">(</span><span class="n"><span href="https://cpprefjp.github.io/reference/execution/execution/with_error.md.nolink">with_error</span></span><span class="o">&lt;</span><span class="n">Err</span><span class="o">&gt;</span> <span class="n">err</span><span class="p">);</span>
253+
<span class="k">auto</span> <span class="n">yield_value</span><span class="p">(</span><span class="n"><a href="../../with_error.html">with_error</a></span><span class="o">&lt;</span><span class="n">Err</span><span class="o">&gt;</span> <span class="n">err</span><span class="p">);</span>
254254
</code></pre></div>
255255
</p>
256256
<h2>概要</h2>
@@ -274,7 +274,7 @@ <h3>処理系</h3>
274274
</ul>
275275
<h2>関連項目</h2>
276276
<ul>
277-
<li><code><span href="https://cpprefjp.github.io/reference/execution/execution/with_error.md.nolink">execution::with_error</span></code></li>
277+
<li><code><a href="../../with_error.html">execution::with_error</a></code></li>
278278
</ul>
279279
<h2>参照</h2>
280280
<ul>

0 commit comments

Comments
 (0)