Skip to content

Commit d36b13a

Browse files
committed
transform_view : メンバ型の概要だけ追加 #713
1 parent 15c75ce commit d36b13a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reference/ranges/transform_view.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ namespace std::ranges {
6666
| [`cbegin`](view_interface/cbegin.md) | 定数イテレータを取得する | C++23 |
6767
| [`cend`](view_interface/cend.md) | 定数イテレータ(番兵)を取得する | C++23 |
6868
69+
## メンバ型
70+
71+
| 名前 | 説明 | 対応バージョン |
72+
|------------------------------------|------------------------------|----------------|
73+
| `template <bool Const> iterator;` | イテレータ型(説明専用) | C++20 |
74+
| `template <bool Const> sentinel;` | 番兵型(説明専用) | C++20 |
75+
6976
## 推論補助
7077
7178
| 名前 | 説明 | 対応バージョン |

0 commit comments

Comments
 (0)