Skip to content

Commit cbdb96f

Browse files
committed
メンバ変数の説明を追加 #919
1 parent 1a1f79a commit cbdb96f

7 files changed

+65
-0
lines changed

reference/algorithm/ranges_in_found_result.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ namespace std::ranges {
4646

4747
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
4848

49+
50+
## メンバ変数
51+
52+
| 名前 | 説明 | 対応バージョン |
53+
|-------------------------------|------------------------------|----------------|
54+
| `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
55+
| `bool found` | 何かを発見したかを表すフラグ | C++20 |
56+
57+
4958
## メンバ関数
5059

5160
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_in_fun_result.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ namespace std::ranges {
4747
4848
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
4949
50+
51+
## メンバ変数
52+
53+
| 名前 | 説明 | 対応バージョン |
54+
|-------------------------------|--------------------------|----------------|
55+
| `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
56+
| `[[no_unique_address]] F fun` | 渡された関数オブジェクト | C++20 |
57+
58+
5059
## メンバ関数
5160
5261
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_in_in_out_result.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ namespace std::ranges {
6767
6868
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
6969
70+
71+
## メンバ変数
72+
73+
| 名前 | 説明 | 対応バージョン |
74+
|--------------------------------|---------------------------|----------------|
75+
| `[[no_unique_address]] I1 in1` | 1つめの処理した範囲の末尾 | C++20 |
76+
| `[[no_unique_address]] I2 in2` | 2つめの処理した範囲の末尾 | C++20 |
77+
| `[[no_unique_address]] O out` | 出力した範囲の末尾 | C++20 |
78+
79+
7080
## メンバ関数
7181
7282
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_in_in_result.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ namespace std::ranges {
4747
4848
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
4949
50+
51+
## メンバ変数
52+
53+
| 名前 | 説明 | 対応バージョン |
54+
|--------------------------------|---------------------------|----------------|
55+
| `[[no_unique_address]] I1 in1` | 1つめの処理した範囲の末尾 | C++20 |
56+
| `[[no_unique_address]] I2 in2` | 2つめの処理した範囲の末尾 | C++20 |
57+
58+
5059
## メンバ関数
5160
5261
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_in_out_out_result.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ namespace std::ranges {
4747
4848
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
4949
50+
51+
## メンバ変数
52+
53+
| 名前 | 説明 | 対応バージョン |
54+
|---------------------------------|---------------------------|----------------|
55+
| `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
56+
| `[[no_unique_address]] O1 out1` | 1つめの出力した範囲の末尾 | C++20 |
57+
| `[[no_unique_address]] O2 out2` | 2つめの出力した範囲の末尾 | C++20 |
58+
59+
5060
## メンバ関数
5161
5262
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_in_out_result.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ namespace std::ranges {
117117
118118
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
119119
120+
121+
## メンバ変数
122+
123+
| 名前 | 説明 | 対応バージョン |
124+
|-------------------------------|--------------------|----------------|
125+
| `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
126+
| `[[no_unique_address]] O out` | 出力した範囲の末尾 | C++20 |
127+
128+
120129
## メンバ関数
121130
122131
| 名前 | 説明 | 対応バージョン |

reference/algorithm/ranges_min_max_result.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ namespace std::ranges {
4747

4848
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
4949

50+
51+
## メンバ変数
52+
53+
| 名前 | 説明 | 対応バージョン |
54+
|-------------------------------|--------------------------------------|----------------|
55+
| `[[no_unique_address]] T min` | 最小値、または最小値を表すイテレータ | C++20 |
56+
| `[[no_unique_address]] T max` | 最大値、または最大値を表すイテレータ | C++20 |
57+
58+
5059
## メンバ関数
5160

5261
| 名前 | 説明 | 対応バージョン |

0 commit comments

Comments
 (0)