Skip to content

Commit 1afc60f

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 8180770 commit 1afc60f

File tree

4 files changed

+64
-503
lines changed

4 files changed

+64
-503
lines changed

reference/stop_token/inplace_stop_callback.html

Lines changed: 3 additions & 3 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-04-07T09:24:46">
192-
2025年04月07日 09時24分46秒
191+
<span itemprop="datePublished" content="2025-06-08T12:43:49">
192+
2025年06月08日 12時43分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -222,7 +222,7 @@
222222
<h2>概要</h2>
223223
<p><code>inplace_stop_callback</code>クラステンプレートは、停止要求が作成された際に呼び出されるコールバックを表す。</p>
224224
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Mandates。満たさなければプログラムが不適格となる要件。この要件は、オーバーロード解決によって選択された関数内での`static_assert`の定数条件式や、関数に対するdelete宣言などで表現できる">適格要件</a></h2>
225-
<p>テンプレート引数<code>CallbackFn</code><code><span href="https://cpprefjp.github.io/reference/concepts/invokable.md.nolink">invocable</span></code>および<code><a href="../concepts/destructible.html">destructible</a></code>を満たすこと。</p>
225+
<p>テンプレート引数<code>CallbackFn</code><code><a href="../concepts/invocable.html">invocable</a></code>および<code><a href="../concepts/destructible.html">destructible</a></code>を満たすこと。</p>
226226
<h2>メンバ関数</h2>
227227
<table border="1" bordercolor="#888" style="border-collapse:collapse">
228228
<thead>

reference/stop_token/stop_callback.html

Lines changed: 3 additions & 3 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-04-07T09:24:46">
192-
2025年04月07日 09時24分46秒
191+
<span itemprop="datePublished" content="2025-06-08T12:43:49">
192+
2025年06月08日 12時43分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -222,7 +222,7 @@
222222
<h2>概要</h2>
223223
<p><code>stop_callback</code>クラステンプレートは、停止要求が作成された際に呼び出されるコールバックを表す。</p>
224224
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Mandates。満たさなければプログラムが不適格となる要件。この要件は、オーバーロード解決によって選択された関数内での`static_assert`の定数条件式や、関数に対するdelete宣言などで表現できる">適格要件</a></h2>
225-
<p>テンプレート引数<code>CallbackFn</code><code><span href="https://cpprefjp.github.io/reference/concepts/invokable.md.nolink">invocable</span></code>および<code><a href="../concepts/destructible.html">destructible</a></code>を満たすこと。</p>
225+
<p>テンプレート引数<code>CallbackFn</code><code><a href="../concepts/invocable.html">invocable</a></code>および<code><a href="../concepts/destructible.html">destructible</a></code>を満たすこと。</p>
226226
<h2>メンバ関数</h2>
227227
<table border="1" bordercolor="#888" style="border-collapse:collapse">
228228
<thead>

0 commit comments

Comments
 (0)