22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-04-12T15:07:58.567818 </updated >
6- <id >93a675e4-4190-4e8c-bde0-487de54997f3 </id >
5+ <updated >2026-04-13T04:00:59.160095 </updated >
6+ <id >8137b557-ade5-4160-917f-3192fca221fe </id >
77
88
9+ <entry >
10+ <title >integer_sequence -- feat(integer_sequence): integer_sequenceに関する適格要件と備考を追加 (#1610)</title >
11+ <link href =" https://cpprefjp.github.io/reference/utility/integer_sequence.html" />
12+ <id >0c7655d689e2bbf7ec77326e1acf7a099e88163f:reference/utility/integer_sequence.md</id >
13+ <updated >2026-04-13T12:56:56+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/utility/integer_sequence.md b/reference/utility/integer_sequence.md
16+ index 3bea2e25d..ee2f39938 100644
17+ --- a/reference/utility/integer_sequence.md
18+ +++ b/reference/utility/integer_sequence.md
19+ @@ -20,6 +20,15 @@ namespace std {
20+ このクラスは、[`tuple`](/reference/tuple/tuple.md)オブジェクトを展開して、引数パックとして他の関数に転送することを主目的として作られた。
21+
22+
23+ +## 適格要件
24+ +- `T` は整数型であること。
25+ +
26+ +
27+ +## 備考
28+ +- C++17まで : テンプレートパラメータ `T` が整数型でない場合の動作は未定義。
29+ +- C++20から : `T` が整数型でない場合、プログラムは不適格となり、コンパイルエラーとなることが要求されるようになった。
30+ +
31+ +
32+ ## 例
33+ ```cpp example
34+ #include & lt;iostream& gt;
35+ @@ -61,3 +70,4 @@ int main()
36+
37+ ## 参照
38+ - [N3658 Compile-time integer sequences](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3658.html)
39+ +- [P1460R1 Mandating the Standard Library: Clause 20 - Utilities library](https://wg21.link/p1460r1)
40+ < /code>< /pre> </summary >
41+
42+ <author >
43+ <name >teruyamato0731</name >
44+ <email >77840326+teruyamato0731@users.noreply.github.com</email >
45+ </author >
46+ </entry >
47+
948 <entry >
1049 <title >可変引数テンプレート [N2242] -- グローバル修飾 : std::make_tupleを登録</title >
1150 <link href =" https://cpprefjp.github.io/lang/cpp11/variadic_templates.html" />
@@ -4499,80 +4538,4 @@ index 3b64d8b34..50f79c673 100644
44994538 </author >
45004539 </entry >
45014540
4502- <entry >
4503- <title >iostream -- fixing typo in the stream names</title >
4504- <link href =" https://cpprefjp.github.io/reference/iostream.html" />
4505- <id >28c1fdbcb2ca15ed6ca20e47f27a92cde54276a5:reference/iostream.md</id >
4506- <updated >2026-04-08T09:15:15+09:00</updated >
4507-
4508- <content type =" html" >< div class=" header">& lt;iostream& gt;< /div>< h1 itemprop=" name">< span class=" token"> iostream< /span>< /h1>
4509- < div itemprop=" articleBody">< p>< code>& lt;iostream& gt;< /code> ヘッダは、標準入出力オブジェクトを提供する。< /p>
4510- < p> このヘッダは、以下のヘッダをインクルードすることが規定されている。< /p>
4511- < ul>
4512- < li>< code>< a href=" ios.html">& lt;ios& gt;< /a>< /code>< /li>
4513- < li>< code>< a href=" streambuf.html">& lt;streambuf& gt;< /a>< /code>< /li>
4514- < li>< code>< a href=" istream.html">& lt;istream& gt;< /a>< /code>< /li>
4515- < li>< code>< a href=" ostream.html">& lt;ostream& gt;< /a>< /code>< /li>
4516- < /ul>
4517- < p> このため、入出力機能に関する基本的な型や関数(< code>< a href=" ostream/endl.html"> endl< /a>< /code> など主要なマニピュレータを含む)を使用する目的で、このヘッダをインクルードしても良いだろう。< /p>
4518- < p> なお、< code>< a href=" istream/basic_iostream.html"> basic_iostream< /a>< /code> 、< code>< a href=" istream/basic_iostream.html"> iostream< /a>< /code> 、< code>< a href=" istream/basic_iostream.html"> wiostream< /a>< /code> は< code>< a href=" istream.html">& lt;istream& gt;< /a>< /code> で定義されている。< /p>
4519- < h2> 標準入出力オブジェクト< /h2>
4520- < table border=" 1" bordercolor=" #888" style=" border-collapse:collapse">
4521- < thead>
4522- < tr>
4523- < th> 名前< /th>
4524- < th> 説明< /th>
4525- < th> 対応バージョン< /th>
4526- < /tr>
4527- < /thead>
4528- < tbody>
4529- < tr>
4530- < td>< code>< a href=" iostream/cin.html"> cin< /a>< /code>< /td>
4531- < td> マルチバイト文字による標準入力< /td>
4532- < td>< /td>
4533- < /tr>
4534- < tr>
4535- < td>< code>< a href=" iostream/cout.html"> cout< /a>< /code>< /td>
4536- < td> マルチバイト文字による標準出力< /td>
4537- < td>< /td>
4538- < /tr>
4539- < tr>
4540- < td>< code>< a href=" iostream/clog.html"> clog< /a>< /code>< /td>
4541- < td> マルチバイト文字による標準エラー出力< /td>
4542- < td>< /td>
4543- < /tr>
4544- < tr>
4545- < td>< code>< a href=" iostream/cerr.html"> cerr< /a>< /code>< /td>
4546- < td> マルチバイト文字による標準エラー出力(バッファリング無し)< /td>
4547- < td>< /td>
4548- < /tr>
4549- < tr>
4550- < td>< code>< a href=" iostream/cin.html"> wcin< /a>< /code>< /td>
4551- < td> ワイド文字による標準入力< /td>
4552- < td>< /td>
4553- < /tr>
4554- < tr>
4555- < td>< code>< a href=" iostream/cout.html"> wcout< /a>< /code>< /td>
4556- < td> ワイド文字による標準出力< /td>
4557- < td>< /td>
4558- < /tr>
4559- < tr>
4560- < td>< code>< a href=" iostream/clog.html"> wclog< /a>< /code>< /td>
4561- < td> ワイド文字による標準エラー出力< /td>
4562- < td>< /td>
4563- < /tr>
4564- < tr>
4565- < td>< code>< a href=" iostream/cerr.html"> wcerr< /a>< /code>< /td>
4566- < td> ワイド文字による標準エラー出力(バッファリング無し)< /td>
4567- < td>< /td>
4568- < /tr>
4569- < /tbody>
4570- < /table>< /div> </content >
4571-
4572- <author >
4573- <name >rotarymars</name >
4574- <email >s.goto2050@gmail.com</email >
4575- </author >
4576- </entry >
4577-
45784541</feed >
0 commit comments