Skip to content

Commit 2473586

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent c4dca20 commit 2473586

File tree

11 files changed

+2116
-1627
lines changed

11 files changed

+2116
-1627
lines changed

lang/cpp26.html

Lines changed: 5 additions & 4 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="2024-12-19T12:50:11">
180-
2024年12月19日 12時50分11秒
179+
<span itemprop="datePublished" content="2024-12-20T09:07:05">
180+
2024年12月20日 09時07分05秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Akira Takahashi</span>
184+
<span itemprop="name">yoh</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -444,7 +444,7 @@ <h3>コンテナ</h3>
444444
<li><code><a href="../reference/mdspan/mdspan.html">std::mdspan</a></code>から部分ビューを取り出す<code><a href="../reference/mdspan/submdspan.html">std::submdspan()</a></code>を追加</li>
445445
<li><code><a href="../reference/mdspan/mdspan.html">std::mdspan</a></code>に対する<code><a href="../reference/mdspan/extents.html">std::dextents</a></code>指定の冗長さを解決する<code><a href="../reference/mdspan/extents.html">std::dims</a></code>を追加</li>
446446
<li><code><a href="../reference/mdspan/mdspan.html">std::mdspan</a></code>のレイアウトとして、<code><a href="../reference/mdspan/layout_left_padded.html">std::layout_left_padded</a></code><code><a href="../reference/mdspan/layout_right_padded.html">std::layout_right_padded</a></code>を追加</li>
447-
<li><code><a href="../reference/mdspan.html">&lt;mdspan&gt;</a></code>に、ポインタのアライメントをしながらアクセスする<code><span href="https://cpprefjp.github.io/reference/mdspan/aligned_accessor.md.nolink">std::aligned_accessor</span></code>を追加</li>
447+
<li><code><a href="../reference/mdspan.html">&lt;mdspan&gt;</a></code>に、要素アクセスにアライメント保証を与える<code><a href="../reference/mdspan/aligned_accessor.html">std::aligned_accessor</a></code>を追加</li>
448448
<li><code><a href="../reference/span/span.html">std::span</a></code>に、以下を追加<ul>
449449
<li><code><a href="../reference/initializer_list/initializer_list.html">std::initializer_list</a></code>をとるコンストラクタ</li>
450450
<li>インデックスアクセスのための<code><a href="../reference/span/span/at.html">at()</a></code>メンバ関数</li>
@@ -738,6 +738,7 @@ <h3>ユーティリティ</h3>
738738
</li>
739739
</ul>
740740
</li>
741+
<li><code><a href="../reference/memory.html">&lt;memory&gt;</a></code>に、ポインタのアライメントを判定する<code><a href="../reference/memory/is_sufficiently_aligned.html">std::is_sufficiently_aligned()</a></code>関数を追加。</li>
741742
</ul>
742743
<h3>デバッグ</h3>
743744
<ul>

reference/mdspan.html

Lines changed: 8 additions & 2 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="2024-07-28T13:32:33">
180-
2024年07月28日 13時32分33秒
179+
<span itemprop="datePublished" content="2024-12-20T08:46:04">
180+
2024年12月20日 08時46分04秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -281,6 +281,11 @@ <h2>要素アクセサ</h2>
281281
<td>デフォルト要素アクセサ (class template)</td>
282282
<td>C++23</td>
283283
</tr>
284+
<tr>
285+
<td><code><a href="mdspan/aligned_accessor.html">aligned_accessor</a></code></td>
286+
<td>アライメント保証付き要素アクセサ (class template)</td>
287+
<td>C++26</td>
288+
</tr>
284289
</tbody>
285290
</table>
286291
<h2>多次元配列ビュー</h2>
@@ -357,6 +362,7 @@ <h2>参照</h2>
357362
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0009r18.html" target="_blank">P0009R18 MDSPAN</a></li>
358363
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2630r4.html" target="_blank">P2630R4 Submdspan</a></li>
359364
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2642r6.pdf" target="_blank">P2642R6 Padded mdspan layouts</a></li>
365+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2897r7.html" target="_blank">P2897R7 <code>aligned_accessor</code>: An mdspan accessor expressing pointer over-alignment</a></li>
360366
</ul></div>
361367

362368
</div>

reference/mdspan/AccessorPolicy.html

Lines changed: 12 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="2024-12-09T07:44:41">
192-
2024年12月09日 07時44分41秒
191+
<span itemprop="datePublished" content="2024-12-20T08:46:04">
192+
2024年12月20日 08時46分04秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -237,7 +237,16 @@ <h2>要件</h2>
237237
</ul>
238238
<h2><code>AccessorPolicy</code>に該当する型</h2>
239239
<ul>
240-
<li><code><a href="default_accessor.html">default_accessor</a></code></li>
240+
<li><code><a href="../mdspan.html">&lt;mdspan&gt;</a></code>ヘッダ<ul>
241+
<li>C++23 <code><a href="default_accessor.html">default_accessor</a></code></li>
242+
<li>C++26 <code><a href="aligned_accessor.html">aligned_accessor</a></code></li>
243+
</ul>
244+
</li>
245+
<li><code><a href="../linalg.html">&lt;linalg&gt;</a></code>ヘッダ<ul>
246+
<li>C++26 <code><a href="../linalg/scaled_accessor.html">scaled_accessor</a></code></li>
247+
<li>C++26 <code><a href="../linalg/conjugated_accessor.html">conjugated_accessor</a></code></li>
248+
</ul>
249+
</li>
241250
</ul>
242251
<h2>バージョン</h2>
243252
<h3>言語</h3>

reference/mdspan/LayoutMapping.html

Lines changed: 14 additions & 8 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="2024-07-28T13:32:33">
192-
2024年07月28日 13時32分33秒
191+
<span itemprop="datePublished" content="2024-12-20T08:46:04">
192+
2024年12月20日 08時46分04秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -308,12 +308,18 @@ <h2>要件</h2>
308308
</ul>
309309
<h2><code>LayoutMapping</code>に該当する型</h2>
310310
<ul>
311-
<li><code><a href="layout_left/mapping.html">layout_left::mapping&lt;E&gt;</a></code></li>
312-
<li><code><a href="layout_right/mapping.html">layout_right::mapping&lt;E&gt;</a></code></li>
313-
<li><code><a href="layout_stride/mapping.html">layout_stride::mapping&lt;E&gt;</a></code></li>
314-
<li><code><a href="layout_left_padded/mapping.html">layout_left_padded&lt;S&gt;::mapping&lt;E&gt;</a></code></li>
315-
<li><code><a href="layout_right_padded/mapping.html">layout_right_padded&lt;S&gt;::mapping&lt;E&gt;</a></code></li>
316-
<li><code><a href="../linalg/layout_blas_packed/mapping.html">layout_blas_packed&lt;T,SO&gt;::mapping&lt;E&gt;</a></code></li>
311+
<li><code><a href="../mdspan.html">&lt;mdspan&gt;</a></code>ヘッダ<ul>
312+
<li>C++23 <code><a href="layout_left/mapping.html">layout_left::mapping&lt;E&gt;</a></code></li>
313+
<li>C++23 <code><a href="layout_right/mapping.html">layout_right::mapping&lt;E&gt;</a></code></li>
314+
<li>C++23 <code><a href="layout_stride/mapping.html">layout_stride::mapping&lt;E&gt;</a></code></li>
315+
<li>C++26 <code><a href="layout_left_padded/mapping.html">layout_left_padded&lt;S&gt;::mapping&lt;E&gt;</a></code></li>
316+
<li>C++26 <code><a href="layout_right_padded/mapping.html">layout_right_padded&lt;S&gt;::mapping&lt;E&gt;</a></code></li>
317+
</ul>
318+
</li>
319+
<li><code><a href="../linalg.html">&lt;linalg&gt;</a></code>ヘッダ<ul>
320+
<li>C++26 <code><a href="../linalg/layout_blas_packed/mapping.html">layout_blas_packed&lt;T,SO&gt;::mapping&lt;E&gt;</a></code></li>
321+
</ul>
322+
</li>
317323
</ul>
318324
<h2>バージョン</h2>
319325
<h3>言語</h3>

reference/mdspan/LayoutMappingPolicy.html

Lines changed: 14 additions & 8 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="2024-07-28T13:32:33">
192-
2024年07月28日 13時32分33秒
191+
<span itemprop="datePublished" content="2024-12-20T08:46:04">
192+
2024年12月20日 08時46分04秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -239,12 +239,18 @@ <h2>要件</h2>
239239
</ul>
240240
<h2><code>LayoutMappingPolicy</code>に該当する型</h2>
241241
<ul>
242-
<li><code><a href="layout_left.html">layout_left</a></code></li>
243-
<li><code><a href="layout_right.html">layout_right</a></code></li>
244-
<li><code><a href="layout_stride.html">layout_stride</a></code></li>
245-
<li><code><a href="layout_left_padded.html">layout_left_padded&lt;S&gt;</a></code></li>
246-
<li><code><a href="layout_right_padded.html">layout_right_padded&lt;S&gt;</a></code></li>
247-
<li><code><a href="../linalg/layout_blas_packed.html">linalg::layout_blas_packed&lt;T,SO&gt;</a></code></li>
242+
<li><code><a href="../mdspan.html">&lt;mdspan&gt;</a></code>ヘッダ<ul>
243+
<li>C++23 <code><a href="layout_left.html">layout_left</a></code></li>
244+
<li>C++23 <code><a href="layout_right.html">layout_right</a></code></li>
245+
<li>C++23 <code><a href="layout_stride.html">layout_stride</a></code></li>
246+
<li>C++26 <code><a href="layout_left_padded.html">layout_left_padded&lt;S&gt;</a></code></li>
247+
<li>C++26 <code><a href="layout_right_padded.html">layout_right_padded&lt;S&gt;</a></code></li>
248+
</ul>
249+
</li>
250+
<li><code><a href="../linalg.html">&lt;linalg&gt;</a></code>ヘッダ<ul>
251+
<li>C++26 <code><a href="../linalg/layout_blas_packed.html">layout_blas_packed&lt;T,SO&gt;</a></code></li>
252+
</ul>
253+
</li>
248254
</ul>
249255
<h2>バージョン</h2>
250256
<h3>言語</h3>

0 commit comments

Comments
 (0)