tmp/tmp0xi1z87w/{from.md → to.md}
RENAMED
|
@@ -83,12 +83,13 @@ Let N be `last - first`.
|
|
| 83 |
|
| 84 |
*Preconditions:* `result` is not in the range (`first`, `last`).
|
| 85 |
|
| 86 |
*Effects:* Moves elements in the range \[`first`, `last`) into the range
|
| 87 |
\[`result - `N, `result`) starting from `last - 1` and proceeding to
|
| 88 |
-
`first`.
|
| 89 |
-
|
|
|
|
| 90 |
|
| 91 |
*Returns:*
|
| 92 |
|
| 93 |
- `result - `N for the overload in namespace `std`.
|
| 94 |
- `{last, result - `N`}` for the overloads in namespace `ranges`.
|
|
|
|
| 83 |
|
| 84 |
*Preconditions:* `result` is not in the range (`first`, `last`).
|
| 85 |
|
| 86 |
*Effects:* Moves elements in the range \[`first`, `last`) into the range
|
| 87 |
\[`result - `N, `result`) starting from `last - 1` and proceeding to
|
| 88 |
+
`first`.[^3]
|
| 89 |
+
|
| 90 |
+
For each positive integer n ≤ N, performs `*(result - `n`) = `E.
|
| 91 |
|
| 92 |
*Returns:*
|
| 93 |
|
| 94 |
- `result - `N for the overload in namespace `std`.
|
| 95 |
- `{last, result - `N`}` for the overloads in namespace `ranges`.
|