tmp/tmpt1_igdzw/{from.md → to.md}
RENAMED
|
@@ -79,7 +79,7 @@ template<bool OtherConst>
|
|
| 79 |
iterator_t<maybe-const<OtherConst, Views>>> && ...)
|
| 80 |
friend constexpr common_type_t<range_difference_t<maybe-const<OtherConst, Views>>...>
|
| 81 |
operator-(const sentinel& y, const iterator<OtherConst>& x);
|
| 82 |
```
|
| 83 |
|
| 84 |
-
*Effects:* Equivalent to `return -(x - y);`
|
| 85 |
|
|
|
|
| 79 |
iterator_t<maybe-const<OtherConst, Views>>> && ...)
|
| 80 |
friend constexpr common_type_t<range_difference_t<maybe-const<OtherConst, Views>>...>
|
| 81 |
operator-(const sentinel& y, const iterator<OtherConst>& x);
|
| 82 |
```
|
| 83 |
|
| 84 |
+
*Effects:* Equivalent to: `return -(x - y);`
|
| 85 |
|