Skip to content

Commit

Permalink
as_const_view::begin : 得られるイテレータについて追記
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Sep 13, 2023
1 parent d8142c9 commit 01117d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/ranges/as_const_view/begin.md
Expand Up @@ -25,6 +25,8 @@ return ranges::cbegin(base_);
```
* cbegin[link /reference/ranges/cbegin.md]

`as_const_view``views::as_const`から生成している場合、ここで得られるイテレータは常に[`basic_const_iterator`](/reference/iterator/basic_const_iterator.md)の特殊化となる。

##

```cpp example
Expand Down

0 comments on commit 01117d7

Please sign in to comment.