2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<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 >
7
7
8
8
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" >< pre>< code> 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
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >yoh</name >
32
+
33
+ </author >
34
+ </entry >
35
+
9
36
<entry >
10
37
<title >mdspan -- mdspan: layout_{left,right}_padded概要 P2645R5</title >
11
38
<link href =" https://cpprefjp.github.io/reference/mdspan.html" />
@@ -658,31 +685,4 @@ index 7ce8d8ca2..345b613d2 100644
658
685
</author >
659
686
</entry >
660
687
661
- <entry >
662
- <title >println -- fix typo (print -> 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" >< pre>< code> 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)から派生したクラスオブジェクトに対して出力したい場合は、[`& lt;ostream& gt;`](/reference/ostream.md)ヘッダの[`std::print()`](/reference/ostream/println.md)関数を使用すること。
676
- +[`std::ostream`](/reference/ostream/basic_ostream.md)から派生したクラスオブジェクトに対して出力したい場合は、[`& lt;ostream& gt;`](/reference/ostream.md)ヘッダの[`std::println()`](/reference/ostream/println.md)関数を使用すること。
677
-
678
-
679
- ## 効果
680
- < /code>< /pre> </summary >
681
-
682
- <author >
683
- <name >I</name >
684
-
685
- </author >
686
- </entry >
687
-
688
688
</feed >
0 commit comments