tmp/tmpknx7l85y/{from.md → to.md}
RENAMED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
**Table: `seekoff` positioning** <a id="tab:future.seekoff.positioning">[tab:future.seekoff.positioning]</a>
|
| 2 |
-
|
| 3 |
-
| Conditions | Result |
|
| 4 |
-
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------- |
|
| 5 |
-
| `(which & ios::in) != 0` | positions the input sequence |
|
| 6 |
-
| `(which & ios::out) != 0` | positions the output sequence |
|
| 7 |
-
| `(which & (ios::in |`<br> `ios::out)) == (ios::in |`<br> `ios::out))` and<br> `way ==` either<br> `ios::beg` or<br> `ios::end` | positions both the input and the output sequences |
|
| 8 |
-
| Otherwise | the positioning operation fails. |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|