File tree Expand file tree Collapse file tree 7 files changed +65
-0
lines changed Expand file tree Collapse file tree 7 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,15 @@ namespace std::ranges {
46
46
47
47
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
48
48
49
+
50
+ ## メンバ変数
51
+
52
+ | 名前 | 説明 | 対応バージョン |
53
+ | -------------------------------| ------------------------------| ----------------|
54
+ | ` [[no_unique_address]] I in ` | 処理した範囲の末尾 | C++20 |
55
+ | ` bool found ` | 何かを発見したかを表すフラグ | C++20 |
56
+
57
+
49
58
## メンバ関数
50
59
51
60
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ namespace std::ranges {
47
47
48
48
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
49
49
50
+
51
+ ## メンバ変数
52
+
53
+ | 名前 | 説明 | 対応バージョン |
54
+ |-------------------------------|--------------------------|----------------|
55
+ | `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
56
+ | `[[no_unique_address]] F fun` | 渡された関数オブジェクト | C++20 |
57
+
58
+
50
59
## メンバ関数
51
60
52
61
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ namespace std::ranges {
67
67
68
68
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
69
69
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
+
70
80
## メンバ関数
71
81
72
82
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ namespace std::ranges {
47
47
48
48
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
49
49
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
+
50
59
## メンバ関数
51
60
52
61
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -47,6 +47,16 @@ namespace std::ranges {
47
47
48
48
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
49
49
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
+
50
60
## メンバ関数
51
61
52
62
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -117,6 +117,15 @@ namespace std::ranges {
117
117
118
118
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
119
119
120
+
121
+ ## メンバ変数
122
+
123
+ | 名前 | 説明 | 対応バージョン |
124
+ |-------------------------------|--------------------|----------------|
125
+ | `[[no_unique_address]] I in` | 処理した範囲の末尾 | C++20 |
126
+ | `[[no_unique_address]] O out` | 出力した範囲の末尾 | C++20 |
127
+
128
+
120
129
## メンバ関数
121
130
122
131
| 名前 | 説明 | 対応バージョン |
Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ namespace std::ranges {
47
47
48
48
標準アルゴリズム関数ではこの型を直接返す代わりに、関数毎にエイリアスを定義している。
49
49
50
+
51
+ ## メンバ変数
52
+
53
+ | 名前 | 説明 | 対応バージョン |
54
+ | -------------------------------| --------------------------------------| ----------------|
55
+ | ` [[no_unique_address]] T min ` | 最小値、または最小値を表すイテレータ | C++20 |
56
+ | ` [[no_unique_address]] T max ` | 最大値、または最大値を表すイテレータ | C++20 |
57
+
58
+
50
59
## メンバ関数
51
60
52
61
| 名前 | 説明 | 対応バージョン |
You can’t perform that action at this time.
0 commit comments