File tree Expand file tree Collapse file tree 7 files changed +1264
-390
lines changed Expand file tree Collapse file tree 7 files changed +1264
-390
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(UTC):
179
- < span itemprop ="datePublished " content ="2024-08-09T05:27:18 ">
180
- 2024年08月09日 05時27分18秒
179
+ < span itemprop ="datePublished " content ="2024-08-11T16:53:40 ">
180
+ 2024年08月11日 16時53分40秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
184
- < span itemprop ="name "> Akira Takahashi </ span >
184
+ < span itemprop ="name "> Tetsuro Matsumura </ span >
185
185
</ span >
186
186
が更新
187
187
</ small > </ p >
@@ -448,7 +448,7 @@ <h3>コンテナ</h3>
448
448
</ ul >
449
449
</ li >
450
450
< li > < code > < a href ="../reference/span/span.html "> std::span</ a > </ code > と< code > < a href ="../reference/mdspan/mdspan.html "> std::mdspan</ a > </ code > の推論補助を改善</ li >
451
- < li > < code > < span href ="https://cpprefjp.github.io /reference/ranges/concat_view.md.nolink "> std::views::concat</ span > </ code > を追加</ li >
451
+ < li > < code > < a href =".. /reference/ranges/concat_view.html "> std::views::concat</ a > </ code > を追加</ li >
452
452
</ ul >
453
453
< h3 > アルゴリズム</ h3 >
454
454
< ul >
Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(UTC):
179
- < span itemprop ="datePublished " content ="2024-06-11T13:45:38 ">
180
- 2024年06月11日 13時45分38秒
179
+ < span itemprop ="datePublished " content ="2024-08-11T16:53:40 ">
180
+ 2024年08月11日 16時53分40秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
184
- < span itemprop ="name "> Akira Takahashi </ span >
184
+ < span itemprop ="name "> Tetsuro Matsumura </ span >
185
185
</ span >
186
186
が更新
187
187
</ small > </ p >
@@ -1009,6 +1009,28 @@ <h3>split view</h3>
1009
1009
</ tr >
1010
1010
</ tbody >
1011
1011
</ table >
1012
+ < h3 > concat view</ h3 >
1013
+ < table border ="1 " bordercolor ="#888 " style ="border-collapse:collapse ">
1014
+ < thead >
1015
+ < tr >
1016
+ < th > 名前</ th >
1017
+ < th > 説明</ th >
1018
+ < th > 対応バージョン</ th >
1019
+ </ tr >
1020
+ </ thead >
1021
+ < tbody >
1022
+ < tr >
1023
+ < td > < code > < a href ="ranges/concat_view.html "> concat_view</ a > </ code > </ td >
1024
+ < td > 複数のRangeを連結するビュー (class template)</ td >
1025
+ < td > C++26</ td >
1026
+ </ tr >
1027
+ < tr >
1028
+ < td > < code > < a href ="ranges/concat_view.html "> views::concat</ a > </ code > </ td >
1029
+ < td > < code > concat_view</ code > を生成する (customization point object)</ td >
1030
+ < td > C++26</ td >
1031
+ </ tr >
1032
+ </ tbody >
1033
+ </ table >
1012
1034
< h3 > counted view</ h3 >
1013
1035
< table border ="1 " bordercolor ="#888 " style ="border-collapse:collapse ">
1014
1036
< thead >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 416
416
417
417
<url>
418
418
<loc>https://cpprefjp.github.io/reference/ranges.html</loc>
419
- <lastmod>2024-08-01T22:40:15 +09:00</lastmod>
419
+ <lastmod>2024-08-12T01:53:40 +09:00</lastmod>
420
420
<changefreq>daily</changefreq>
421
421
<priority>0.8</priority>
422
422
</url>
2108
2108
<priority>0.7</priority>
2109
2109
</url>
2110
2110
2111
+ <url>
2112
+ <loc>https://cpprefjp.github.io/reference/ranges/concat_view.html</loc>
2113
+ <lastmod>2024-08-12T01:53:40+09:00</lastmod>
2114
+ <changefreq>daily</changefreq>
2115
+ <priority>0.7</priority>
2116
+ </url>
2117
+
2111
2118
<url>
2112
2119
<loc>https://cpprefjp.github.io/reference/ranges/common_range.html</loc>
2113
2120
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
34723
34730
34724
34731
<url>
34725
34732
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
34726
- <lastmod>2024-08-09T14:27:18 +09:00</lastmod>
34733
+ <lastmod>2024-08-12T01:53:40 +09:00</lastmod>
34727
34734
<changefreq>daily</changefreq>
34728
34735
<priority>0.8</priority>
34729
34736
</url>
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments