File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace std {
25
25
## メンバ関数
26
26
27
27
| 名前 | 説明 | 対応バージョン |
28
- | ----------------------------------------------------| -----------------------------------------------| -------||
28
+ | ----------------------------------------------------| -----------------------------------------------| -------|
29
29
| [ ` (constructor) ` ] ( istream_iterator/op_constructor.md ) | コンストラクタ | |
30
30
| ` ~istream_iterator() = default ` | デストラクタ | |
31
31
| ` operator=(const istream_iterator&) = default<br/> operator=(istream_iterator&&) = default ` | 代入演算子 | |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace std {
21
21
## メンバ関数
22
22
23
23
| 名前 | 説明 | 対応バージョン |
24
- |----------------------------------|-----------------------|
24
+ |----------------------------------|-----------------------|---|
25
25
| [`(constructor)`](ostream_iterator/op_constructor.md) | コンストラクタ | |
26
26
| `~ostream_iterator() = default` | デストラクタ | |
27
27
| [`operator=`](ostream_iterator/op_assign.md) | 代入演算子 | |
@@ -32,7 +32,7 @@ namespace std {
32
32
## メンバ型
33
33
34
34
| 名前 | 説明 | 対応バージョン |
35
- |----------------------------------|-----------------------|
35
+ |----------------------------------|-----------------------|---|
36
36
| `char_type` | `CharT` (デフォルトは`char`) | |
37
37
| `traits_type` | `Traits` (デフォルトは`char_traits<CharT>`) | |
38
38
| `ostream_type` | [`basic_ostream<CharT, Traits>`](../ostream/basic_ostream.md) | |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace std {
23
23
## メンバ関数
24
24
25
25
| 名前 | 説明 | 対応バージョン |
26
- |----------------------------------|-----------------------|
26
+ |----------------------------------|-----------------------|---|
27
27
| [`(constructor)`](ostreambuf_iterator/op_constructor.md) | コンストラクタ | |
28
28
| `~ostream_iterator() = default` | デストラクタ | |
29
29
| [`operator=`](ostreambuf_iterator/op_assign.md) | 代入演算子 | |
@@ -35,7 +35,7 @@ namespace std {
35
35
## メンバ型
36
36
37
37
| 名前 | 説明 | 対応バージョン |
38
- |----------------------------------|-----------------------|
38
+ |----------------------------------|-----------------------|---|
39
39
| `char_type` | `CharT` | |
40
40
| `traits_type` | `Traits` (デフォルトは`char_traits<CharT>`) | |
41
41
| `streambuf_type` | [`basic_streambuf<CharT, Traits>`](../streambuf/basic_streambuf.md) | |
Original file line number Diff line number Diff line change 13
13
14
14
## タプル生成関数
15
15
16
- | 名前 | 説明 |
16
+ | 名前 | 説明 | 対応バージョン |
17
17
| ---------------------------------------------------| ---------------------------------------------------| -------|
18
18
| [ ` ignore ` ] ( tuple/ignore.md ) | 無視する要素のプレースホルダー(constant variable) | C++11 |
19
19
| [ ` make_tuple ` ] ( tuple/make_tuple.md ) | 引数のコピーからタプルを生成する | C++11 |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace std {
18
18
19
19
## メンバ変数
20
20
21
- | 名前 | 説明 | 対応バージョン
21
+ | 名前 | 説明 | 対応バージョン |
22
22
|-------------------------|------------------|
23
23
| `T1 first;` | 1つめの要素 | |
24
24
| `T2 second;` | 2つめの要素 | |
You can’t perform that action at this time.
0 commit comments