Skip to content

Commit f4a8494

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 9f7fc7d commit f4a8494

File tree

10 files changed

+1752
-40
lines changed

10 files changed

+1752
-40
lines changed

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-11T13:22:31">
192-
2026年01月11日 13時22分31秒
191+
<span itemprop="datePublished" content="2026-01-11T15:22:13">
192+
2026年01月11日 15時22分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -785,8 +785,8 @@ <h3>コルーチンユーティリティ</h3>
785785
<td>C++26</td>
786786
</tr>
787787
<tr>
788-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/task_scheduler.md.nolink">execution::task_scheduler</span></code></td>
789-
<td>型消去タスクScheduler (class)</td>
788+
<td><code><a href="execution/task_scheduler.html">execution::task_scheduler</a></code></td>
789+
<td>任意Scheduler型を保持するScheduler (class)</td>
790790
<td>C++26</td>
791791
</tr>
792792
<tr>

reference/execution/execution/inline_scheduler.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="2026-01-11T13:22:31">
204-
2026年01月11日 13時22分31秒
203+
<span itemprop="datePublished" content="2026-01-11T15:22:13">
204+
2026年01月11日 15時22分13秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -228,7 +228,7 @@
228228
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span> <span class="p">{</span>
229229
<span class="k">class</span> <span class="nc">inline_scheduler</span> <span class="p">{</span>
230230
<span class="k">class</span> <span class="nc"><i>inline-sender</i></span><span class="p">;</span> <span class="c1">// exposition only</span>
231-
<span class="k">template</span> <span class="o">&lt;</span><span class="n">receiver</span> <span class="n">R</span><span class="o">&gt;</span>
231+
<span class="k">template</span> <span class="o">&lt;</span><span class="n"><a href="receiver.html">receiver</a></span> <span class="n">R</span><span class="o">&gt;</span>
232232
<span class="k">class</span> <span class="nc"><i>inline-state</i></span><span class="p">;</span> <span class="c1">// exposition only</span>
233233

234234
<span class="k">public</span><span class="o">:</span>
@@ -268,7 +268,7 @@ <h2>メンバ関数</h2>
268268
<tbody>
269269
<tr>
270270
<td><code>schedule</code></td>
271-
<td><code>inline-sender</code>を返す</td>
271+
<td><a href="schedule.html">スケジュールSender</a>を返す</td>
272272
<td>C++26</td>
273273
</tr>
274274
</tbody>

0 commit comments

Comments
 (0)