tmp/tmp8l3slwbs/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
### Bidirectional iterators <a id="bidirectional.iterators">[[bidirectional.iterators]]</a>
|
| 2 |
|
| 3 |
-
A class or pointer type `X`
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
| 8 |
[*Note 1*: Bidirectional iterators allow algorithms to move iterators
|
| 9 |
backward as well as forward. — *end note*]
|
| 10 |
|
|
|
|
| 1 |
+
#### Bidirectional iterators <a id="bidirectional.iterators">[[bidirectional.iterators]]</a>
|
| 2 |
|
| 3 |
+
A class or pointer type `X` meets the requirements of a bidirectional
|
| 4 |
+
iterator if, in addition to meeting the *Cpp17ForwardIterator*
|
| 5 |
+
requirements, the following expressions are valid as shown in
|
| 6 |
+
[[bidirectionaliterator]].
|
| 7 |
|
| 8 |
[*Note 1*: Bidirectional iterators allow algorithms to move iterators
|
| 9 |
backward as well as forward. — *end note*]
|
| 10 |
|