Skip to content

Commit 3d88385

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent de78054 commit 3d88385

File tree

8 files changed

+3368
-1043
lines changed

8 files changed

+3368
-1043
lines changed

implementation-status.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(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秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2015,7 +2015,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20152015
<td></td>
20162016
</tr>
20172017
<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>
20192019
<td>タプルを分解する際に複数の変数をパックとして宣言できるようにする。<code>auto [a, ...xs] = f();</code></td>
20202020
<td></td>
20212021
<td></td>

lang/cpp17/structured_bindings.html

Lines changed: 4 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="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秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -519,7 +519,8 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
519519
<li><a href="../cpp20/reference_capture_of_structured_bindings.html">C++20 構造化束縛した変数の参照キャプチャを許可</a></li>
520520
<li><a href="../cpp26/attributes_for_structured_bindings.html">C++26 構造化束縛への属性を許可</a></li>
521521
<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>
523524
</ul>
524525
<h2>参照</h2>
525526
<ul>

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="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秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -243,7 +243,7 @@ <h3>変数</h3>
243243
<td>初期化されていない自動変数の読み取りの安全性を規定する</td>
244244
</tr>
245245
<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>
247247
<td>タプルを分解する際に複数の変数をパックとして宣言できるようにする。<code>auto [a, ...xs] = f();</code></td>
248248
</tr>
249249
</tbody>

lang/cpp26/structured_bindings_can_introduce_a_pack.html

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

rss.xml

Lines changed: 3030 additions & 1029 deletions
Large diffs are not rendered by default.

sitemap.xml

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

8888
<url>
8989
<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>
9191
<changefreq>daily</changefreq>
9292
<priority>0.9</priority>
9393
</url>
@@ -36753,7 +36753,7 @@
3675336753

3675436754
<url>
3675536755
<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>
3675736757
<changefreq>daily</changefreq>
3675836758
<priority>0.8</priority>
3675936759
</url>
@@ -37605,6 +37605,13 @@
3760537605
<priority>0.7</priority>
3760637606
</url>
3760737607

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+
3760837615
<url>
3760937616
<loc>https://cpprefjp.github.io/lang/cpp26/structured_binding_declaration_as_a_condition.html</loc>
3761037617
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
@@ -37831,7 +37838,7 @@
3783137838

3783237839
<url>
3783337840
<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>
3783537842
<changefreq>daily</changefreq>
3783637843
<priority>0.7</priority>
3783737844
</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)