File tree Expand file tree Collapse file tree 8 files changed +3368
-1043
lines changed Expand file tree Collapse file tree 8 files changed +3368
-1043
lines changed Original file line number Diff line number Diff line change 164
164
165
165
< p class ="text-right "> < small >
166
166
最終更新日時(UTC):
167
- < span itemprop ="datePublished " content ="2025-04-07T08 :21:00 ">
168
- 2025年04月07日 08時21分00秒
167
+ < span itemprop ="datePublished " content ="2025-04-10T07 :21:54 ">
168
+ 2025年04月10日 07時21分54秒
169
169
</ span >
170
170
< br />
171
171
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -2015,7 +2015,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
2015
2015
< td > </ td >
2016
2016
</ tr >
2017
2017
< tr >
2018
- < td > P1061R10: < span href ="https://cpprefjp.github.io/ lang/cpp26/structured_bindings_can_introduce_a_pack.md.nolink "> 構造化束縛でパックを導入できるようにする</ span > </ td >
2018
+ < td > P1061R10: < a href ="lang/cpp26/structured_bindings_can_introduce_a_pack.html "> 構造化束縛でパックを導入できるようにする</ a > </ td >
2019
2019
< td > タプルを分解する際に複数の変数をパックとして宣言できるようにする。< code > auto [a, ...xs] = f();</ code > </ td >
2020
2020
< td > </ td >
2021
2021
< td > </ td >
Original file line number Diff line number Diff line change 188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(UTC):
191
- < span itemprop ="datePublished " content ="2024-12-21T02:13:39 ">
192
- 2024年12月21日 02時13分39秒
191
+ < span itemprop ="datePublished " content ="2025-04-10T07:21:54 ">
192
+ 2025年04月10日 07時21分54秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -519,7 +519,8 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
519
519
< li > < a href ="../cpp20/reference_capture_of_structured_bindings.html "> C++20 構造化束縛した変数の参照キャプチャを許可</ a > </ li >
520
520
< li > < a href ="../cpp26/attributes_for_structured_bindings.html "> C++26 構造化束縛への属性を許可</ a > </ li >
521
521
< li > < a href ="../cpp26/structured_binding_declaration_as_a_condition.html "> C++26 条件式での構造化束縛の使用を許可</ a > </ li >
522
- < li > < a href ="../cpp26/nice_placeholder_with_no_name.html "> C++26 宣言のみで使用しない変数の名前として_をサポート</ a > </ li >
522
+ < li > < a href ="../cpp26/nice_placeholder_with_no_name.html "> C++26 宣言のみで使用しない変数の名前として< code > _</ code > をサポート</ a > </ li >
523
+ < li > < a href ="../cpp26/structured_bindings_can_introduce_a_pack.html "> C++26 構造化束縛でパックを導入できるようにする</ a > </ li >
523
524
</ ul >
524
525
< h2 > 参照</ h2 >
525
526
< 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 ="2025-04-07T08 :21:00 ">
180
- 2025年04月07日 08時21分00秒
179
+ < span itemprop ="datePublished " content ="2025-04-10T07 :21:54 ">
180
+ 2025年04月10日 07時21分54秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -243,7 +243,7 @@ <h3>変数</h3>
243
243
< td > 初期化されていない自動変数の読み取りの安全性を規定する</ td >
244
244
</ tr >
245
245
< tr >
246
- < td > < span href ="https://cpprefjp.github.io/lang/ cpp26/structured_bindings_can_introduce_a_pack.md.nolink "> 構造化束縛でパックを導入できるようにする</ span > </ td >
246
+ < td > < a href ="cpp26/structured_bindings_can_introduce_a_pack.html "> 構造化束縛でパックを導入できるようにする</ a > </ td >
247
247
< td > タプルを分解する際に複数の変数をパックとして宣言できるようにする。< code > auto [a, ...xs] = f();</ code > </ td >
248
248
</ tr >
249
249
</ tbody >
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 87
87
88
88
<url>
89
89
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
90
- <lastmod>2025-04-07T17 :21:00 +09:00</lastmod>
90
+ <lastmod>2025-04-10T16 :21:54 +09:00</lastmod>
91
91
<changefreq>daily</changefreq>
92
92
<priority>0.9</priority>
93
93
</url>
36753
36753
36754
36754
<url>
36755
36755
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
36756
- <lastmod>2025-04-07T17 :21:00 +09:00</lastmod>
36756
+ <lastmod>2025-04-10T16 :21:54 +09:00</lastmod>
36757
36757
<changefreq>daily</changefreq>
36758
36758
<priority>0.8</priority>
36759
36759
</url>
37605
37605
<priority>0.7</priority>
37606
37606
</url>
37607
37607
37608
+ <url>
37609
+ <loc>https://cpprefjp.github.io/lang/cpp26/structured_bindings_can_introduce_a_pack.html</loc>
37610
+ <lastmod>2025-04-10T16:21:54+09:00</lastmod>
37611
+ <changefreq>daily</changefreq>
37612
+ <priority>0.7</priority>
37613
+ </url>
37614
+
37608
37615
<url>
37609
37616
<loc>https://cpprefjp.github.io/lang/cpp26/structured_binding_declaration_as_a_condition.html</loc>
37610
37617
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
37831
37838
37832
37839
<url>
37833
37840
<loc>https://cpprefjp.github.io/lang/cpp17/structured_bindings.html</loc>
37834
- <lastmod>2025-04-03T12:32:11 +09:00</lastmod>
37841
+ <lastmod>2025-04-10T16:21:54 +09:00</lastmod>
37835
37842
<changefreq>daily</changefreq>
37836
37843
<priority>0.7</priority>
37837
37844
</url>
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments