File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ namespace std::ranges {
6565
6666| 名前 | 説明 | 対応バージョン |
6767|----------------------------------------------|-----------------------------------|----------------|
68- | [`empty`](view_interface/empty.md) | Rangeが空かどうかを判定する | C++20 |
69- | [`operator bool`](view_interface/op_bool.md) | Rangeが空でないかどうかを判定する | C++20 |
70- | [`front`](view_interface/front.md) | 先頭要素への参照を取得する | C++20 |
71- | [`back`](view_interface/back.md) | 末尾要素への参照を取得する | C++20 |
68+ | [`empty`](view_interface/empty.md) | Rangeが空かどうかを判定する | C++23 |
69+ | [`operator bool`](view_interface/op_bool.md) | Rangeが空でないかどうかを判定する | C++23 |
70+ | [`front`](view_interface/front.md) | 先頭要素への参照を取得する | C++23 |
71+ | [`back`](view_interface/back.md) | 末尾要素への参照を取得する | C++23 |
7272| [`cbegin`](view_interface/cbegin.md) | 定数イテレータを取得する | C++23 |
7373| [`cend`](view_interface/cend.md) | 定数イテレータ(番兵)を取得する | C++23 |
74- | [`operator[]`](view_interface/op_at.md) | 要素へアクセスする | C++20 |
74+ | [`operator[]`](view_interface/op_at.md) | 要素へアクセスする | C++23 |
7575
7676## 推論補助
7777
You can’t perform that action at this time.
0 commit comments