Skip to content

Commit 6d3474a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 589b4fb commit 6d3474a

7 files changed

Lines changed: 325 additions & 127 deletions

File tree

reference/execution/execution/spawn_future.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2026-04-30T04:24:27">
204-
2026年04月30日 04時24分27秒
203+
<span itemprop="datePublished" content="2026-05-02T02:17:44">
204+
2026年05月02日 02時17分44秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -445,7 +445,7 @@ <h3>クラステンプレート<code>spawn-future-state</code></h3>
445445
<span class="w"> </span><span class="p">},</span><span class="w"> </span><span class="n"><a href="../../utility/move.html">std::move</a></span><span class="p">(</span><span class="n"><a href="../../tuple/tuple.html">tuple</a></span><span class="p">));</span>
446446
<span class="w"> </span><span class="p">}</span>
447447
<span class="w"> </span><span class="p">});</span>
448-
<span class="n">detroy</span><span class="p">();</span>
448+
<span class="n">destroy</span><span class="p">();</span>
449449
</code></pre></div>
450450
</p>
451451
</li>

reference/mdspan.html

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

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-03-31T11:30:41">
180-
2026年03月31日 11時30分41秒
179+
<span itemprop="datePublished" content="2026-05-02T02:17:44">
180+
2026年05月02日 02時17分44秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">yoh</span>
184+
<span itemprop="name">Raclamusi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -256,12 +256,12 @@ <h2>レイアウトマッピング</h2>
256256
</tr>
257257
<tr>
258258
<td><code><a href="mdspan/layout_left_padded.html">layout_left_padded</a></code></td>
259-
<td>パディングあり列優先レイアウトマッピングポリシー (class templte)</td>
259+
<td>パディングあり列優先レイアウトマッピングポリシー (class template)</td>
260260
<td>C++26</td>
261261
</tr>
262262
<tr>
263263
<td><code><a href="mdspan/layout_right_padded.html">layout_right_padded</a></code></td>
264-
<td>パディングあり行優先レイアウトマッピングポリシー (class templte)</td>
264+
<td>パディングあり行優先レイアウトマッピングポリシー (class template)</td>
265265
<td>C++26</td>
266266
</tr>
267267
</tbody>

reference/mdspan/sliceable-mapping.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-03-31T14:35:28">
192-
2026年03月31日 14時35分28秒
191+
<span itemprop="datePublished" content="2026-05-02T02:17:44">
192+
2026年05月02日 02時17分44秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -263,7 +263,7 @@ <h3>スライス可能レイアウトマッピング要件</h3>
263263
<li><code>smr.mapping.extents()</code>の多次元インデクス値を表す整数パック<code>i</code>に対して、下記を満たす整数パック<code>j</code>に対し<code>smr.mapping(i...) + smr.offset == m(j)</code><code>true</code>となる<ul>
264264
<li><code>sizeof...(j)</code><code>M_rank</code>に等しく、かつ</li>
265265
<li><code>m.extents()</code>の各次元インデクス<code>r</code>に対して、<code>j...[r]</code>が下記の総和に等しい<ul>
266-
<li><code>m.extents()</code><code>r</code>次元に対して<code>vaild_slices...[r]</code><code>submdspan</code>スライス範囲の下限、および</li>
266+
<li><code>m.extents()</code><code>r</code>次元に対して<code>valid_slices...[r]</code><code>submdspan</code>スライス範囲の下限、および</li>
267267
<li><code>valid_slices...[r]</code>の型が<a href="submdspan_canonicalize_slices.html">縮約スライス型(collapsing slice type)</a>ならば値<code>0</code>、そうでなければ<code>i...[<a href="submdspan_canonicalize_slices.html">MAP_RANK</a>(valid_slices, r)]</code></li>
268268
</ul>
269269
</li>

reference/mdspan/submdspan_canonicalize_slices.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-03-31T14:35:28">
192-
2026年03月31日 14時35分28秒
191+
<span itemprop="datePublished" content="2026-05-02T02:17:44">
192+
2026年05月02日 02時17分44秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -279,10 +279,10 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成
279279
<p><code>src</code>の各次元インデクス<code>k</code>に対して、</p>
280280
<ul>
281281
<li><code>SliceSpecifiers...[k]</code><code>IndexType</code><code>submdspan</code>スライス型であり、かつ</li>
282-
<li><code>decltype(<a href="canonical-slice.html">cannonical-slice</a>&lt;IndexType&gt;(slices...[k]))</code><code><a href="extents.html">extents</a>&lt;IndexType, Extents...&gt;</code>のk番目次元の有効<code>submdspan</code>スライス型(valid <code>submdspan</code> slice type)であること。</li>
282+
<li><code>decltype(<a href="canonical-slice.html">canonical-slice</a>&lt;IndexType&gt;(slices...[k]))</code><code><a href="extents.html">extents</a>&lt;IndexType, Extents...&gt;</code>のk番目次元の有効<code>submdspan</code>スライス型(valid <code>submdspan</code> slice type)であること。</li>
283283
</ul>
284284
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
285-
<p><code>src</code>の各次元インデクス<code>k</code>に対して、<code><a href="canonical-slice.html">cannonical-slice</a>&lt;IndexType&gt;(slices...[k])</code><code>src</code>のk番目次元の有効<code>submdspan</code>スライス(valid <code>submdspan</code> slice)であること。</p>
285+
<p><code>src</code>の各次元インデクス<code>k</code>に対して、<code><a href="canonical-slice.html">canonical-slice</a>&lt;IndexType&gt;(slices...[k])</code><code>src</code>のk番目次元の有効<code>submdspan</code>スライス(valid <code>submdspan</code> slice)であること。</p>
286286
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
287287
<p><div class="codehilite"><pre><span></span><code><span class="n"><a href="../tuple/make_tuple.html">make_tuple</a></span><span class="p">(</span><span class="n"><a href="canonical-slice.html">canonical-slice</a></span><span class="o">&lt;</span><span class="n">IndexType</span><span class="o">&gt;</span><span class="p">(</span><span class="n">slices</span><span class="p">)...)</span>
288288
</code></pre></div>

reference/stacktrace/basic_stacktrace.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-08T11:17:46">
192-
2026年01月08日 11時17分46秒
191+
<span itemprop="datePublished" content="2026-05-02T02:17:44">
192+
2026年05月02日 02時17分44秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -471,7 +471,7 @@ <h2>メンバ型</h2>
471471
<td>C++23</td>
472472
</tr>
473473
<tr>
474-
<td><code>diferrence_type</code></td>
474+
<td><code>difference_type</code></td>
475475
<td>イテレータの差を表す型。<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">実装定義</a></td>
476476
<td>C++23</td>
477477
</tr>

0 commit comments

Comments
 (0)