Skip to content

Commit a125eb3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6906b0d commit a125eb3

File tree

13 files changed

+627
-1437
lines changed

13 files changed

+627
-1437
lines changed

reference/execution/execution/counting_scope.html

Lines changed: 4 additions & 4 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="2025-09-20T02:23:38">
204-
2025年09月20日 02時23分38秒
203+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
204+
2025年09月20日 08時53分48秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -235,8 +235,8 @@ <h2>概要</h2>
235235
<p>クラス動作説明用のメンバ変数として下記を保持する。詳細仕様は<code><a href="simple_counting_scope.html">simple_counting_scope</a></code>を参照。</p>
236236
<ul>
237237
<li><code>count</code> : <code>size_t</code>型の関連付けカウント値</li>
238-
<li><code>state</code> : <code>scope-state-type</code>列挙型(後述)の状態
239-
- <code>s_source</code> : <code><a href="../../stop_token/inplace_stop_source.html">inplace_stop_source</a></code>型の停止要求管理オブジェクト</li>
238+
<li><code>state</code> : <code>scope-state-type</code>列挙型(後述)の状態</li>
239+
<li><code>s_source</code> : <code><a href="../../stop_token/inplace_stop_source.html">inplace_stop_source</a></code>型の停止要求管理オブジェクト</li>
240240
</ul>
241241
<h2>メンバ関数</h2>
242242
<table border="1" bordercolor="#888" style="border-collapse:collapse">

reference/execution/execution/counting_scope/disassociate.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -255,13 +255,6 @@ <h3>言語</h3>
255255
<ul>
256256
<li>C++26</li>
257257
</ul>
258-
<h3>処理系</h3>
259-
<ul>
260-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
261-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
262-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
263-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
264-
</ul>
265258
<h2>参照</h2>
266259
<ul>
267260
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

reference/execution/execution/counting_scope/start-join-sender.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -258,13 +258,6 @@ <h3>言語</h3>
258258
<ul>
259259
<li>C++26</li>
260260
</ul>
261-
<h3>処理系</h3>
262-
<ul>
263-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
264-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
265-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
266-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
267-
</ul>
268261
<h2>参照</h2>
269262
<ul>
270263
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

reference/execution/execution/counting_scope/token/wrap.html

Lines changed: 3 additions & 3 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="2025-09-20T02:23:38">
228-
2025年09月20日 02時23分38秒
227+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
228+
2025年09月20日 08時53分48秒
229229
</span>
230230
<br/>
231231
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -258,7 +258,7 @@ <h2>概要</h2>
258258
<p>入力<a href="../../sender.html">Sender</a>を非同期スコープに関連付けたSenderを返す。</p>
259259
<h2>効果</h2>
260260
<p>下記と等価。</p>
261-
<p><div class="codehilite"><pre><span></span><code><span class="k">return</span> <span class="nf"><span href="https://cpprefjp.github.io/reference/execution/execution/counting_scope/token/stop-when.md.nolink">stop-when</span></span><span class="p">(</span><span class="n"><a href="../../../../utility/forward.html">std::forward</a></span><span class="o">&lt;</span><span class="n">Sender</span><span class="o">&gt;</span><span class="p">(</span><span class="n">snd</span><span class="p">),</span> <span class="n">scope</span><span class="o">-&gt;</span><span class="n">s_source</span><span class="p">.</span><span class="n"><a href="../../../../stop_token/stop_source/get_token.html">get_token()</a></span><span class="p">);</span>
261+
<p><div class="codehilite"><pre><span></span><code><span class="k">return</span> <span class="nf"><a href="../../stop-when.html">stop-when</a></span><span class="p">(</span><span class="n"><a href="../../../../utility/forward.html">std::forward</a></span><span class="o">&lt;</span><span class="n">Sender</span><span class="o">&gt;</span><span class="p">(</span><span class="n">snd</span><span class="p">),</span> <span class="n">scope</span><span class="o">-&gt;</span><span class="n">s_source</span><span class="p">.</span><span class="n"><a href="../../../../stop_token/stop_source/get_token.html">get_token()</a></span><span class="p">);</span>
262262
</code></pre></div>
263263
</p>
264264
<h2>バージョン</h2>

reference/execution/execution/counting_scope/try-associate.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -260,13 +260,6 @@ <h3>言語</h3>
260260
<ul>
261261
<li>C++26</li>
262262
</ul>
263-
<h3>処理系</h3>
264-
<ul>
265-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
266-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
267-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
268-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
269-
</ul>
270263
<h2>参照</h2>
271264
<ul>
272265
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

reference/execution/execution/simple_counting_scope/disassociate.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -255,13 +255,6 @@ <h3>言語</h3>
255255
<ul>
256256
<li>C++26</li>
257257
</ul>
258-
<h3>処理系</h3>
259-
<ul>
260-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
261-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
262-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
263-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
264-
</ul>
265258
<h2>参照</h2>
266259
<ul>
267260
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

reference/execution/execution/simple_counting_scope/start-join-sender.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -258,13 +258,6 @@ <h3>言語</h3>
258258
<ul>
259259
<li>C++26</li>
260260
</ul>
261-
<h3>処理系</h3>
262-
<ul>
263-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
264-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
265-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
266-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
267-
</ul>
268261
<h2>参照</h2>
269262
<ul>
270263
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

reference/execution/execution/simple_counting_scope/try-associate.html

Lines changed: 2 additions & 9 deletions
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-09-20T02:23:38">
216-
2025年09月20日 02時23分38秒
215+
<span itemprop="datePublished" content="2025-09-20T08:53:48">
216+
2025年09月20日 08時53分48秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -260,13 +260,6 @@ <h3>言語</h3>
260260
<ul>
261261
<li>C++26</li>
262262
</ul>
263-
<h3>処理系</h3>
264-
<ul>
265-
<li><a href="../../../../implementation.html#clang">Clang</a>: ??</li>
266-
<li><a href="../../../../implementation.html#gcc">GCC</a>: ??</li>
267-
<li><a href="../../../../implementation.html#icc">ICC</a>: ??</li>
268-
<li><a href="../../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
269-
</ul>
270263
<h2>参照</h2>
271264
<ul>
272265
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html" target="_blank">P3149R11 <code>async_scope</code> - Creating scopes for non-sequential concurrency</a></li>

0 commit comments

Comments
 (0)