tmp/tmph3u9j86y/{from.md → to.md}
RENAMED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
A class or pointer type `X` satisfies the requirements of a
|
| 4 |
bidirectional iterator if, in addition to satisfying the requirements
|
| 5 |
for forward iterators, the following expressions are valid as shown in
|
| 6 |
Table [[tab:iterator.bidirectional.requirements]].
|
| 7 |
|
| 8 |
-
Bidirectional iterators allow algorithms to move iterators
|
| 9 |
-
well as forward.
|
| 10 |
|
|
|
|
| 3 |
A class or pointer type `X` satisfies the requirements of a
|
| 4 |
bidirectional iterator if, in addition to satisfying the requirements
|
| 5 |
for forward iterators, the following expressions are valid as shown in
|
| 6 |
Table [[tab:iterator.bidirectional.requirements]].
|
| 7 |
|
| 8 |
+
[*Note 1*: Bidirectional iterators allow algorithms to move iterators
|
| 9 |
+
backward as well as forward. — *end note*]
|
| 10 |
|