tmp/tmp3nkf4819/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: `newoff` values** <a id="stringbuf.seekoff.newoff">[stringbuf.seekoff.newoff]</a>
|
| 2 |
+
|
| 3 |
+
| Condition | `newoff` Value |
|
| 4 |
+
| ---------------------- | ----------------------------------------------------------------------- |
|
| 5 |
+
| `way == ios_base::beg` | 0 |
|
| 6 |
+
| `way == ios_base::cur` | the next pointer minus the beginning pointer (`xnext - xbeg`). |
|
| 7 |
+
| `way == ios_base::end` | the high mark pointer minus the beginning pointer (`high_mark - xbeg`). |
|
| 8 |
+
|