We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6972631 commit 51bc70dCopy full SHA for 51bc70d
reference/map/map/cend.md
@@ -15,7 +15,7 @@ const_iterator cend() const noexcept;
15
16
## 戻り値
17
コンテナの末尾の次を参照するイテレータ。
18
-`const_iterator` はいずれもメンバ型である。`map` クラステンプレートにおいて、これらは双方向イテレータである。
+`const_iterator` はメンバ型である。`map` クラステンプレートにおいて、この型は双方向イテレータである。
19
20
21
## 計算量
reference/map/multimap/cend.md
-`const_iterator` はいずれもメンバ型である。`multimap` クラステンプレートにおいて、これらは双方向イテレータである。
+`const_iterator` はメンバ型である。`multimap` クラステンプレートにおいて、この型は双方向イテレータである。
0 commit comments