Skip to content

Commit ae4bd24

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 3fa908a commit ae4bd24

File tree

9 files changed

+1111
-88
lines changed

9 files changed

+1111
-88
lines changed

reference/mdspan.html

Lines changed: 13 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-18T10:05:39">
180-
2024年07月18日 10時05分39秒
179+
<span itemprop="datePublished" content="2024-07-23T10:54:09">
180+
2024年07月23日 10時54分09秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -254,6 +254,16 @@ <h2>レイアウトマッピング</h2>
254254
<td>ストライド幅指定レイアウトマッピングポリシー (class)</td>
255255
<td>C++23</td>
256256
</tr>
257+
<tr>
258+
<td><code><a href="mdspan/layout_left_padded.html">layout_left_padded</a></code></td>
259+
<td>パディングあり列優先レイアウトマッピングポリシー (class templte)</td>
260+
<td>C++26</td>
261+
</tr>
262+
<tr>
263+
<td><code><a href="mdspan/layout_right_padded.html">layout_right_padded</a></code></td>
264+
<td>パディングあり行優先レイアウトマッピングポリシー (class templte)</td>
265+
<td>C++26</td>
266+
</tr>
257267
</tbody>
258268
</table>
259269
<h2>要素アクセサ</h2>
@@ -346,6 +356,7 @@ <h2>参照</h2>
346356
<ul>
347357
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0009r18.html" target="_blank">P0009R18 MDSPAN</a></li>
348358
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2630r4.html" target="_blank">P2630R4 Submdspan</a></li>
359+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2642r5.html" target="_blank">P2642R5 Padded mdspan layouts</a></li>
349360
</ul></div>
350361

351362
</div>

reference/mdspan/LayoutMapping.html

Lines changed: 4 additions & 2 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-02-28T05:29:24">
192-
2024年02月28日 05時29分24秒
191+
<span itemprop="datePublished" content="2024-07-23T10:54:09">
192+
2024年07月23日 10時54分09秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -311,6 +311,8 @@ <h2><code>LayoutMapping</code>に該当する型</h2>
311311
<li><code><a href="layout_left/mapping.html">layout_left::mapping&lt;E&gt;</a></code></li>
312312
<li><code><a href="layout_right/mapping.html">layout_right::mapping&lt;E&gt;</a></code></li>
313313
<li><code><a href="layout_stride/mapping.html">layout_stride::mapping&lt;E&gt;</a></code></li>
314+
<li><code><span href="https://cpprefjp.github.io/reference/mdspan/layout_left_padded/mapping.md.nolink">layout_left_padded&lt;PV&gt;::mapping&lt;E&gt;</span></code></li>
315+
<li><code><span href="https://cpprefjp.github.io/reference/mdspan/layout_right_padded/mapping.md.nolink">layout_right_padded&lt;PV&gt;::mapping&lt;E&gt;</span></code></li>
314316
<li><code><a href="../linalg/layout_blas_packed/mapping.html">layout_blas_packed&lt;T,SO&gt;::mapping&lt;E&gt;</a></code></li>
315317
</ul>
316318
<h2>バージョン</h2>

reference/mdspan/LayoutMappingPolicy.html

Lines changed: 4 additions & 2 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-02-28T05:29:24">
192-
2024年02月28日 05時29分24秒
191+
<span itemprop="datePublished" content="2024-07-23T10:54:09">
192+
2024年07月23日 10時54分09秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -242,6 +242,8 @@ <h2><code>LayoutMappingPolicy</code>に該当する型</h2>
242242
<li><code><a href="layout_left.html">layout_left</a></code></li>
243243
<li><code><a href="layout_right.html">layout_right</a></code></li>
244244
<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;PV&gt;</a></code></li>
246+
<li><code><a href="layout_right_padded.html">layout_right_padded&lt;PV&gt;</a></code></li>
245247
<li><code><a href="../linalg/layout_blas_packed.html">linalg::layout_blas_packed&lt;T,SO&gt;</a></code></li>
246248
</ul>
247249
<h2>バージョン</h2>

reference/mdspan/layout_left_padded.html

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

reference/mdspan/layout_right_padded.html

Lines changed: 316 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)