tmp/tmp5ujb30fq/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
Path iterators iterate over the elements of the pathname in the generic
|
| 4 |
-
format
|
| 5 |
|
| 6 |
-
A `path::iterator` is a constant iterator
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
`
|
| 10 |
-
|
| 11 |
|
| 12 |
Calling any non-const member function of a `path` object invalidates all
|
| 13 |
iterators referring to elements of that object.
|
| 14 |
|
| 15 |
For the elements of the pathname in the generic format, the forward
|
|
|
|
| 1 |
+
#### Iterators <a id="fs.path.itr">[[fs.path.itr]]</a>
|
| 2 |
|
| 3 |
Path iterators iterate over the elements of the pathname in the generic
|
| 4 |
+
format [[fs.path.generic]].
|
| 5 |
|
| 6 |
+
A `path::iterator` is a constant iterator meeting all the requirements
|
| 7 |
+
of a bidirectional iterator [[bidirectional.iterators]] except that, for
|
| 8 |
+
dereferenceable iterators `a` and `b` of type `path::iterator` with
|
| 9 |
+
`a == b`, there is no requirement that `*a` and `*b` are bound to the
|
| 10 |
+
same object. Its `value_type` is `path`.
|
| 11 |
|
| 12 |
Calling any non-const member function of a `path` object invalidates all
|
| 13 |
iterators referring to elements of that object.
|
| 14 |
|
| 15 |
For the elements of the pathname in the generic format, the forward
|