Skip to content

Commit 638e069

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ae4bd24 commit 638e069

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

reference/mdspan/layout_right_padded.html

Lines changed: 3 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-07-23T10:54:09">
192-
2024年07月23日 10時54分09秒
191+
<span itemprop="datePublished" content="2024-07-23T10:57:46">
192+
2024年07月23日 10時57分46秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -224,7 +224,7 @@
224224
</p>
225225
<h2>概要</h2>
226226
<p><code>layout_right_padded</code>は、多次元配列ビュー<code><a href="mdspan.html">mdspan</a></code>に対して、パディングあり行優先(row major)<a href="LayoutMapping.html">レイアウトマッピング</a>を表現するポリシークラスである。</p>
227-
<p>全要素が隣接配置される<code><a href="layout_right.html">layout_right</a></code>とは異なり、<code>layout_right_padded</code>では最右次元の隣次元(第R-2次元)ストライド幅<code>stride(<a href="extents/rank.html">extents_type​::​rank()</a> - 2)</code>が最右次元の要素数<code>extent(extents_type​::​rank() - 1)</code>よりも大きい、つまり第R-2次元においてパディングが挿入される可能性がある。</p>
227+
<p>全要素が隣接配置される<code><a href="layout_right.html">layout_right</a></code>とは異なり、<code>layout_right_padded</code>では最右次元の隣次元(第R-2次元)ストライド幅<code>stride(<a href="extents/rank.html">extents_type::rank()</a> - 2)</code>が最右次元の要素数<code>extent(extents_type::rank() - 1)</code>よりも大きい、つまり第R-2次元においてパディングが挿入される可能性がある。</p>
228228
<p><code>layout_right_padded</code>の特殊化は、<a href="LayoutMappingPolicy.html">レイアウトマッピングポリシー要件</a>を満たす<a href="../type_traits/is_trivial.html">トリビアル型</a>である。</p>
229229
<h2>メンバ型</h2>
230230
<table border="1" bordercolor="#888" style="border-collapse:collapse">

rss.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-07-23T10:58:10.725354</updated>
6-
<id>f8704acd-0485-4306-9c3e-65edd9526c31</id>
5+
<updated>2024-07-23T11:01:04.284670</updated>
6+
<id>fcd81de4-ff96-4fe0-838e-6bfb780004f6</id>
77

88

9+
<entry>
10+
<title>layout_right_padded -- mdspan/layout_right_padded: remove forbid chars</title>
11+
<link href="https://cpprefjp.github.io/reference/mdspan/layout_right_padded.html"/>
12+
<id>246e875d357074593e6245bb9e05e8c4b23b3c97:reference/mdspan/layout_right_padded.md</id>
13+
<updated>2024-07-23T19:57:46+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/mdspan/layout_right_padded.md b/reference/mdspan/layout_right_padded.md
16+
index 9b5af7ef0..d411b07d5 100644
17+
--- a/reference/mdspan/layout_right_padded.md
18+
+++ b/reference/mdspan/layout_right_padded.md
19+
@@ -20,7 +20,7 @@ namespace std {
20+
## 概要
21+
`layout_right_padded`は、多次元配列ビュー[`mdspan`](mdspan.md)に対して、パディングあり行優先(row major)[レイアウトマッピング](LayoutMapping.md)を表現するポリシークラスである。
22+
23+
-全要素が隣接配置される[`layout_right`](layout_right.md)とは異なり、`layout_right_padded`では最右次元の隣次元(第R-2次元)ストライド幅`stride(`[`extents_type​::​rank()`](extents/rank.md) `- 2)`が最右次元の要素数`extent(extents_type​::​rank() - 1)`よりも大きい、つまり第R-2次元においてパディングが挿入される可能性がある。
24+
+全要素が隣接配置される[`layout_right`](layout_right.md)とは異なり、`layout_right_padded`では最右次元の隣次元(第R-2次元)ストライド幅`stride(`[`extents_type::rank()`](extents/rank.md) `- 2)`が最右次元の要素数`extent(extents_type::rank() - 1)`よりも大きい、つまり第R-2次元においてパディングが挿入される可能性がある。
25+
26+
`layout_right_padded`の特殊化は、[レイアウトマッピングポリシー要件](LayoutMappingPolicy.md)を満たす[トリビアル型](/reference/type_traits/is_trivial.md)である。
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>yoh</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>mdspan -- mdspan: layout_{left,right}_padded概要 P2645R5</title>
1138
<link href="https://cpprefjp.github.io/reference/mdspan.html"/>
@@ -658,31 +685,4 @@ index 7ce8d8ca2..345b613d2 100644
658685
</author>
659686
</entry>
660687

661-
<entry>
662-
<title>println -- fix typo (print -&gt; println)</title>
663-
<link href="https://cpprefjp.github.io/reference/print/println.html"/>
664-
<id>8cc238ce20e5136912f1e70f7e426d6cc8b669de:reference/print/println.md</id>
665-
<updated>2024-07-22T15:31:30+09:00</updated>
666-
667-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/print/println.md b/reference/print/println.md
668-
index 542fd0bf0..8fd358046 100644
669-
--- a/reference/print/println.md
670-
+++ b/reference/print/println.md
671-
@@ -31,7 +31,7 @@ namespace std {
672-
673-
この関数は、末尾に改行コードが付くことに注意。改行コードが不要な場合は、[`std::print()`](print.md)関数を使用すること。
674-
675-
-[`std::ostream`](/reference/ostream/basic_ostream.md)から派生したクラスオブジェクトに対して出力したい場合は、[`&amp;lt;ostream&amp;gt;`](/reference/ostream.md)ヘッダの[`std::print()`](/reference/ostream/println.md)関数を使用すること。
676-
+[`std::ostream`](/reference/ostream/basic_ostream.md)から派生したクラスオブジェクトに対して出力したい場合は、[`&amp;lt;ostream&amp;gt;`](/reference/ostream.md)ヘッダの[`std::println()`](/reference/ostream/println.md)関数を使用すること。
677-
678-
679-
## 効果
680-
&lt;/code&gt;&lt;/pre&gt;</summary>
681-
682-
<author>
683-
<name>I</name>
684-
<email>[email protected]</email>
685-
</author>
686-
</entry>
687-
688688
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21794,7 +21794,7 @@
2179421794

2179521795
<url>
2179621796
<loc>https://cpprefjp.github.io/reference/mdspan/layout_right_padded.html</loc>
21797-
<lastmod>2024-07-23T19:54:09+09:00</lastmod>
21797+
<lastmod>2024-07-23T19:57:46+09:00</lastmod>
2179821798
<changefreq>daily</changefreq>
2179921799
<priority>0.7</priority>
2180021800
</url>

0 commit comments

Comments
 (0)