Skip to content

Commit 95721ab

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent a2eaee7 commit 95721ab

File tree

7 files changed

+1264
-390
lines changed

7 files changed

+1264
-390
lines changed

lang/cpp26.html

Lines changed: 4 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-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秒
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">Tetsuro Matsumura</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -448,7 +448,7 @@ <h3>コンテナ</h3>
448448
</ul>
449449
</li>
450450
<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>
452452
</ul>
453453
<h3>アルゴリズム</h3>
454454
<ul>

reference/ranges.html

Lines changed: 25 additions & 3 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-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秒
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">Tetsuro Matsumura</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -1009,6 +1009,28 @@ <h3>split view</h3>
10091009
</tr>
10101010
</tbody>
10111011
</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>
10121034
<h3>counted view</h3>
10131035
<table border="1" bordercolor="#888" style="border-collapse:collapse">
10141036
<thead>

reference/ranges/concat_view.html

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

rss.xml

Lines changed: 735 additions & 379 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416

417417
<url>
418418
<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>
420420
<changefreq>daily</changefreq>
421421
<priority>0.8</priority>
422422
</url>
@@ -2108,6 +2108,13 @@
21082108
<priority>0.7</priority>
21092109
</url>
21102110

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+
21112118
<url>
21122119
<loc>https://cpprefjp.github.io/reference/ranges/common_range.html</loc>
21132120
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
@@ -34723,7 +34730,7 @@
3472334730

3472434731
<url>
3472534732
<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>
3472734734
<changefreq>daily</changefreq>
3472834735
<priority>0.8</priority>
3472934736
</url>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)