Skip to content

Commit 42681e4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent e9a9e97 commit 42681e4

18 files changed

+3165
-3802
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="mf">1F</span><span class="n">rClhcVYUuPxpYPdInTUlDOQmDboYvEy</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/stop_token.html

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

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-04-07T08:11:27">
180-
2025年04月07日 08時11分27秒
179+
<span itemprop="datePublished" content="2025-04-07T09:24:46">
180+
2025年04月07日 09時24分46秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -204,7 +204,7 @@
204204
<div itemprop="articleBody"><p><code>&lt;stop_token&gt;</code>ヘッダは、マルチスレッド処理や非同期処理おける停止要求の状態 <code>停止状態</code> を扱うクラスを定義する。</p>
205205
<ul>
206206
<li><code><a href="stop_token/stop_token.html">stop_token</a></code>, <code><a href="stop_token/stop_source.html">stop_source</a></code>, <code><a href="stop_token/stop_callback.html">stop_callback</a></code>は停止状態を共有所有する。最後に破棄されたオブジェクトが停止状態を自動的に解放する。</li>
207-
<li><code><a href="stop_token/inplace_stop_source.html">inplace_stop_source</a></code>は停止状態をメンバとして直接所有する。<code><a href="stop_token/inplace_stop_token.html">inplace_stop_token</a></code><code><span href="https://cpprefjp.github.io/reference/stop_token/inplace_stop_callback.md.nolink">inplace_stop_callback</span></code>は停止状態の所有には関与しない。</li>
207+
<li><code><a href="stop_token/inplace_stop_source.html">inplace_stop_source</a></code>は停止状態をメンバとして直接所有する。<code><a href="stop_token/inplace_stop_token.html">inplace_stop_token</a></code><code><a href="stop_token/inplace_stop_callback.html">inplace_stop_callback</a></code>は停止状態の所有には関与しない。</li>
208208
</ul>
209209
<h2>コンセプト</h2>
210210
<table border="1" bordercolor="#888" style="border-collapse:collapse">
@@ -274,7 +274,7 @@ <h2>停止トークン</h2>
274274
<td>C++26</td>
275275
</tr>
276276
<tr>
277-
<td><code><span href="https://cpprefjp.github.io/reference/stop_token/inplace_stop_callback.md.nolink">inplace_stop_callback</span></code></td>
277+
<td><code><a href="stop_token/inplace_stop_callback.html">inplace_stop_callback</a></code></td>
278278
<td><code><a href="stop_token/inplace_stop_source.html">inplace_stop_source</a></code>停止要求に応じて呼び出されるコールバック (class template)</td>
279279
<td>C++26</td>
280280
</tr>

0 commit comments

Comments
 (0)