Skip to content

Commit

Permalink
リンク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Aug 10, 2023
1 parent 396b2b6 commit e9f6f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/iterator.md
Expand Up @@ -145,8 +145,8 @@ C++20以降の標準ライブラリでは、任意のイテレータに対して
| [`basic_const_iterator`](iterator/basic_const_iterator.md) | イテレータの要素を`const`化するラッパーイテレータ(class template) | C++23 |
| [`const_iterator`](iterator/const_iterator.md.nolink) | 要素が`const`化されたイテレータ型を取得する (alias template) | C++23 |
| [`const_sentinel`](iterator/const_sentinel.md.nolink) | 要素が`const`化された番兵型を取得する (alias template) | C++23 |
| [`make_const_iterator`](iterator/make_const_iterator.md.nolink) | `const_iterator`オブジェクトを作るヘルパ関数(function template) | C++23 |
| [`make_const_sentinel`](iterator/make_const_sentinel.md.nolink) | `const_sentinel`オブジェクトを作るヘルパ関数(function template) | C++23 |
| [`make_const_iterator`](iterator/make_const_iterator.md) | `const_iterator`オブジェクトを作るヘルパ関数(function template) | C++23 |
| [`make_const_sentinel`](iterator/make_const_sentinel.md) | `const_sentinel`オブジェクトを作るヘルパ関数(function template) | C++23 |

## その他のイテレータアダプタ

Expand Down

0 comments on commit e9f6f76

Please sign in to comment.