We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c75ce commit d36b13aCopy full SHA for d36b13a
reference/ranges/transform_view.md
@@ -66,6 +66,13 @@ namespace std::ranges {
66
| [`cbegin`](view_interface/cbegin.md) | 定数イテレータを取得する | C++23 |
67
| [`cend`](view_interface/cend.md) | 定数イテレータ(番兵)を取得する | C++23 |
68
69
+## メンバ型
70
+
71
+| 名前 | 説明 | 対応バージョン |
72
+|------------------------------------|------------------------------|----------------|
73
+| `template <bool Const> iterator;` | イテレータ型(説明専用) | C++20 |
74
+| `template <bool Const> sentinel;` | 番兵型(説明専用) | C++20 |
75
76
## 推論補助
77
78
| 名前 | 説明 | 対応バージョン |
0 commit comments