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