Skip to content

Commit aa7631e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 62fad79 commit aa7631e

8 files changed

Lines changed: 2363 additions & 386 deletions

File tree

lang/cpp26.html

Lines changed: 3 additions & 3 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="2026-05-20T09:07:22">
180-
2026年05月20日 09時07分22秒
179+
<span itemprop="datePublished" content="2026-05-21T02:20:48">
180+
2026年05月21日 02時20分48秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -595,7 +595,7 @@ <h3>コンテナ</h3>
595595
<li><code><span href="https://cpprefjp.github.io/reference/ranges/approximately_sized_range.md.nolink">std::ranges::approximately_sized_range</span></code>コンセプトを追加</li>
596596
</ul>
597597
</li>
598-
<li>インデックス列を生成する<code><span href="https://cpprefjp.github.io/reference/ranges/indices.md.nolink">std::views::indices</span></code>を追加</li>
598+
<li>インデックス列を生成する<code><a href="../reference/ranges/indices.html">std::views::indices</a></code>を追加</li>
599599
<li>連続イテレータのコンセプト<code><a href="../reference/iterator/contiguous_iterator.html">contiguous_iterator</a></code>に、ポインタに変換できることを要件として追加</li>
600600
<li><code><a href="../reference/initializer_list/initializer_list.html">std::initializer_list</a></code>クラスを以下のように変更<ul>
601601
<li>独自に定義されていた<code><a href="../reference/initializer_list/initializer_list/begin_free.html">std::begin()</a></code> / <code><a href="../reference/initializer_list/initializer_list/end_free.html">std::end()</a></code><a class="cpprefjp-defined-word" data-desc="同名の関数を異なる引数・テンプレート・制約などで複数定義すること。または同名の関数の集合">オーバーロード</a>を削除 (<code>std::cbegin()</code><code>std::rend()</code>のような<a class="cpprefjp-defined-word" data-desc="同名の関数を異なる引数・テンプレート・制約などで複数定義すること。または同名の関数の集合">オーバーロード</a>がなかったため、ほかとの不整合があった)</li>

lang/cpp26/feature_test_macros.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="2026-05-20T09:07:22">
192-
2026年05月20日 09時07分22秒
191+
<span itemprop="datePublished" content="2026-05-21T02:20:48">
192+
2026年05月21日 02時20分48秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -889,7 +889,7 @@ <h3>ライブラリ</h3>
889889
<tr>
890890
<td><code>__cpp_lib_ranges_indices</code></td>
891891
<td><code>202506L</code></td>
892-
<td>インデックス列を生成する<code><span href="https://cpprefjp.github.io/reference/ranges/indices.md.nolink">std::views::indices</span></code>を追加</td>
892+
<td>インデックス列を生成する<code><a href="../../reference/ranges/indices.html">std::views::indices</a></code>を追加</td>
893893
<td><code><a href="../../reference/ranges.html">&lt;ranges&gt;</a></code></td>
894894
</tr>
895895
<tr>

reference/ranges.html

Lines changed: 7 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="2026-05-15T04:53:21">
180-
2026年05月15日 04時53分21秒
179+
<span itemprop="datePublished" content="2026-05-21T02:20:48">
180+
2026年05月21日 02時20分48秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -633,6 +633,11 @@ <h3>iota view</h3>
633633
<td><code>iota_view</code>を生成する (customization point object)</td>
634634
<td>C++20</td>
635635
</tr>
636+
<tr>
637+
<td><code><a href="ranges/indices.html">views::indices</a></code></td>
638+
<td>0から始まる整数列のRangeを生成する (customization point object)</td>
639+
<td>C++26</td>
640+
</tr>
636641
</tbody>
637642
</table>
638643
<h3>repeat view</h3>

reference/ranges/indices.html

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

rss.xml

Lines changed: 2018 additions & 373 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913

914914
<url>
915915
<loc>https://cpprefjp.github.io/reference/ranges.html</loc>
916-
<lastmod>2026-05-15T13:53:21+09:00</lastmod>
916+
<lastmod>2026-05-21T11:20:48+09:00</lastmod>
917917
<changefreq>daily</changefreq>
918918
<priority>0.8</priority>
919919
</url>
@@ -15457,6 +15457,13 @@
1545715457
<priority>0.7</priority>
1545815458
</url>
1545915459

15460+
<url>
15461+
<loc>https://cpprefjp.github.io/reference/ranges/indices.html</loc>
15462+
<lastmod>2026-05-21T11:20:48+09:00</lastmod>
15463+
<changefreq>daily</changefreq>
15464+
<priority>0.7</priority>
15465+
</url>
15466+
1546015467
<url>
1546115468
<loc>https://cpprefjp.github.io/reference/ranges/tuple-for-each.html</loc>
1546215469
<lastmod>2026-05-15T10:37:29+09:00</lastmod>
@@ -43543,7 +43550,7 @@
4354343550

4354443551
<url>
4354543552
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
43546-
<lastmod>2026-05-20T18:07:22+09:00</lastmod>
43553+
<lastmod>2026-05-21T11:20:48+09:00</lastmod>
4354743554
<changefreq>daily</changefreq>
4354843555
<priority>0.8</priority>
4354943556
</url>
@@ -43949,7 +43956,7 @@
4394943956

4395043957
<url>
4395143958
<loc>https://cpprefjp.github.io/lang/cpp26/feature_test_macros.html</loc>
43952-
<lastmod>2026-05-20T18:07:22+09:00</lastmod>
43959+
<lastmod>2026-05-21T11:20:48+09:00</lastmod>
4395343960
<changefreq>daily</changefreq>
4395443961
<priority>0.7</priority>
4395543962
</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)