tmp/tmp4z3mptdc/{from.md → to.md}
RENAMED
|
@@ -15,11 +15,11 @@ namespace std::ranges {
|
|
| 15 |
|
| 16 |
constexpr iterator(Parent& parent, ziperator<Const> inner); // exposition only
|
| 17 |
|
| 18 |
public:
|
| 19 |
using iterator_category = see belownc; // not always present
|
| 20 |
-
using iterator_concept =
|
| 21 |
using value_type =
|
| 22 |
remove_cvref_t<invoke_result_t<maybe-const<Const, F>&,
|
| 23 |
range_reference_t<maybe-const<Const, Views>>...>>;
|
| 24 |
using difference_type = range_difference_t<Base>;
|
| 25 |
|
|
|
|
| 15 |
|
| 16 |
constexpr iterator(Parent& parent, ziperator<Const> inner); // exposition only
|
| 17 |
|
| 18 |
public:
|
| 19 |
using iterator_category = see belownc; // not always present
|
| 20 |
+
using iterator_concept = ziperator<Const>::iterator_concept;
|
| 21 |
using value_type =
|
| 22 |
remove_cvref_t<invoke_result_t<maybe-const<Const, F>&,
|
| 23 |
range_reference_t<maybe-const<Const, Views>>...>>;
|
| 24 |
using difference_type = range_difference_t<Base>;
|
| 25 |
|