tmp/tmp_3w4r79p/{from.md → to.md}
RENAMED
|
@@ -30,11 +30,11 @@ follows:
|
|
| 30 |
- `(pptr() - pbase())` for the output sequence, or `(gptr() - eback())`
|
| 31 |
for the input sequence when `way` is `ios_base::cur`;
|
| 32 |
- when `way` is `ios_base::end` :
|
| 33 |
- `(pptr() - pbase())` if `ios_base::out` is set in *mode* and
|
| 34 |
`ios_base::in` is not set in *mode*,
|
| 35 |
-
- `buf.size()` otherwise.
|
| 36 |
|
| 37 |
If `baseoff` + `off` would overflow, or if `baseoff` + `off` is less
|
| 38 |
than zero, or if `baseoff` + `off` is greater than *`buf`*`.size()`, the
|
| 39 |
positioning operation fails. Otherwise, the function computes
|
| 40 |
|
|
|
|
| 30 |
- `(pptr() - pbase())` for the output sequence, or `(gptr() - eback())`
|
| 31 |
for the input sequence when `way` is `ios_base::cur`;
|
| 32 |
- when `way` is `ios_base::end` :
|
| 33 |
- `(pptr() - pbase())` if `ios_base::out` is set in *mode* and
|
| 34 |
`ios_base::in` is not set in *mode*,
|
| 35 |
+
- *`buf`*`.size()` otherwise.
|
| 36 |
|
| 37 |
If `baseoff` + `off` would overflow, or if `baseoff` + `off` is less
|
| 38 |
than zero, or if `baseoff` + `off` is greater than *`buf`*`.size()`, the
|
| 39 |
positioning operation fails. Otherwise, the function computes
|
| 40 |
|