tmp/tmp42h2wspf/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
### Random access iterators <a id="random.access.iterators">[[random.access.iterators]]</a>
|
| 2 |
|
| 3 |
-
A class or pointer type `X`
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
|
|
|
| 1 |
+
#### Random access iterators <a id="random.access.iterators">[[random.access.iterators]]</a>
|
| 2 |
|
| 3 |
+
A class or pointer type `X` meets the requirements of a random access
|
| 4 |
+
iterator if, in addition to meeting the *Cpp17BidirectionalIterator*
|
| 5 |
+
requirements, the following expressions are valid as shown in
|
| 6 |
+
[[randomaccessiterator]].
|
| 7 |
|