tmp/tmpk3k2ze8l/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### `move_iterator` requirements <a id="move.iter.requirements">[[move.iter.requirements]]</a>
|
| 2 |
|
| 3 |
-
The template parameter `Iterator` shall meet the requirements
|
| 4 |
-
|
| 5 |
bidirectional or random access traversal functions are instantiated, the
|
| 6 |
template parameter shall meet the requirements for a Bidirectional
|
| 7 |
Iterator ([[bidirectional.iterators]]) or a Random Access Iterator (
|
| 8 |
[[random.access.iterators]]), respectively.
|
| 9 |
|
|
|
|
| 1 |
#### `move_iterator` requirements <a id="move.iter.requirements">[[move.iter.requirements]]</a>
|
| 2 |
|
| 3 |
+
The template parameter `Iterator` shall meet the requirements of an
|
| 4 |
+
input iterator ([[input.iterators]]). Additionally, if any of the
|
| 5 |
bidirectional or random access traversal functions are instantiated, the
|
| 6 |
template parameter shall meet the requirements for a Bidirectional
|
| 7 |
Iterator ([[bidirectional.iterators]]) or a Random Access Iterator (
|
| 8 |
[[random.access.iterators]]), respectively.
|
| 9 |
|