Skip to content

Commit ae00d23

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 22b7452 commit ae00d23

File tree

11 files changed

+4523
-91
lines changed

11 files changed

+4523
-91
lines changed

implementation-status.html

Lines changed: 4 additions & 4 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="2026-04-07T13:01:19">
168-
2026年04月07日 13時01分19秒
167+
<span itemprop="datePublished" content="2026-04-08T23:44:02">
168+
2026年04月08日 23時44分02秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2082,8 +2082,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20822082
<td></td>
20832083
</tr>
20842084
<tr>
2085-
<td>P1306R5: <span href="https://cpprefjp.github.io/lang/cpp26/expansion_statements.md.nolink">コンパイル時のタプルやリストを展開処理する<code>template for</code></span></td>
2086-
<td>クラス・タプル・Range・パラメータパックなどを展開してすべての要素をコンパイル時の処理する<code>template for</code>文を追加</td>
2085+
<td>P1306R5: <a href="lang/cpp26/expansion_statements.html">コンパイル時のタプルやリストを展開処理する<code>template for</code></a></td>
2086+
<td>タプル・構造体・Range・パラメータパックなどの各要素に対してコンパイル時に文を展開する<code>template for</code>文を追加</td>
20872087
<td>16</td>
20882088
<td></td>
20892089
<td></td>

lang/cpp17/structured_bindings.html

Lines changed: 3 additions & 2 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="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-08T23:44:02">
192+
2026年04月08日 23時44分02秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -522,6 +522,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
522522
<li><a href="../cpp26/nice_placeholder_with_no_name.html">C++26 宣言のみで使用しない変数の名前として<code>_</code>をサポート</a></li>
523523
<li><a href="../cpp26/structured_bindings_can_introduce_a_pack.html">C++26 構造化束縛でパックを導入できるようにする</a></li>
524524
<li><a href="../cpp26/constexpr_structured_bindings_and_references_to_constexpr_variables.html">C++26 <code>constexpr</code>構造化束縛の許可と、<code>constexpr</code>参照の制限緩和</a></li>
525+
<li><a href="../cpp26/expansion_statements.html">C++26 コンパイル時のタプルやリストを展開処理する<code>template for</code></a></li>
525526
</ul>
526527
<h2>参照</h2>
527528
<ul>

lang/cpp26.html

Lines changed: 5 additions & 5 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-04-07T13:01:19">
180-
2026年04月07日 13時01分19秒
179+
<span itemprop="datePublished" content="2026-04-08T23:44:02">
180+
2026年04月08日 23時44分02秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -376,8 +376,8 @@ <h3>定数式</h3>
376376
<td>リフレクション演算子<code>^^</code><code>std::meta::info</code>型によりコンパイル時にさまざまな情報を取得できる</td>
377377
</tr>
378378
<tr>
379-
<td><span href="https://cpprefjp.github.io/lang/cpp26/expansion_statements.md.nolink">コンパイル時のタプルやリストを展開処理する<code>template for</code></span></td>
380-
<td>クラス・タプル・Range・パラメータパックなどを展開してすべての要素をコンパイル時の処理する<code>template for</code>文を追加</td>
379+
<td><a href="cpp26/expansion_statements.html">コンパイル時のタプルやリストを展開処理する<code>template for</code></a></td>
380+
<td>タプル・構造体・Range・パラメータパックなどの各要素に対してコンパイル時に文を展開する<code>template for</code>文を追加</td>
381381
</tr>
382382
<tr>
383383
<td><a href="cpp26/constexpr_cast_from_voidptr.html">定数式での<code>void*</code>からポインタ型へのキャストを許可</a></td>
@@ -989,7 +989,7 @@ <h3>型特性</h3>
989989
<li><code><a href="../reference/type_traits.html">&lt;type_traits&gt;</a></code>に、共用体の指定されたメンバがアクティブかを定数式で判定するための関数として<code><a href="../reference/type_traits/is_within_lifetime.html">std::is_within_lifetime()</a></code>を追加</li>
990990
<li><code><a href="../reference/type_traits.html">&lt;type_traits&gt;</a></code>に、仮想継承の関係を判定する<code><a href="../reference/type_traits/is_virtual_base_of.html">std::is_virtual_base_of</a></code>を追加</li>
991991
<li><code><a href="../reference/type_traits.html">&lt;type_traits&gt;</a></code>に、<code><a href="../reference/type_traits/integral_constant.html">std::integral_constant</a></code>クラスを置き換える定数ラッパーとして<code><span href="https://cpprefjp.github.io/reference/type_traits/constant_wrapper.md.nolink">std::constant_wrapper</span></code>クラスを追加</li>
992-
<li><code><a href="../reference/utility/index_sequence.html">std::index_sequence</a></code>クラスを<a href="cpp17/structured_bindings.html">構造化束縛</a><span href="https://cpprefjp.github.io/lang/cpp26/expansion_statements.md.nolink">template for文</span>で使用できるようにするため、タプルインタフェースの特殊化を追加</li>
992+
<li><code><a href="../reference/utility/index_sequence.html">std::index_sequence</a></code>クラスを<a href="cpp17/structured_bindings.html">構造化束縛</a><a href="cpp26/expansion_statements.html">template for文</a>で使用できるようにするため、タプルインタフェースの特殊化を追加</li>
993993
</ul>
994994
<h3>制約</h3>
995995
<ul>

0 commit comments

Comments
 (0)