Skip to content

Commit

Permalink
small improvements in map
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Feb 8, 2025
1 parent 6972631 commit 51bc70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/map/map/cend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const_iterator cend() const noexcept;

## 戻り値
コンテナの末尾の次を参照するイテレータ。
`const_iterator` はいずれもメンバ型である`map` クラステンプレートにおいて、これらは双方向イテレータである
`const_iterator` はメンバ型である`map` クラステンプレートにおいて、この型は双方向イテレータである


## 計算量
Expand Down
2 changes: 1 addition & 1 deletion reference/map/multimap/cend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const_iterator cend() const noexcept;

## 戻り値
コンテナの末尾の次を参照するイテレータ。
`const_iterator` はいずれもメンバ型である`multimap` クラステンプレートにおいて、これらは双方向イテレータである
`const_iterator` はメンバ型である`multimap` クラステンプレートにおいて、この型は双方向イテレータである


## 計算量
Expand Down

0 comments on commit 51bc70d

Please sign in to comment.