From Jason Turner

[tab:iostreams.newoff.values]

Diff to HTML by rtfpessoa

tmp/tmphwzdy_vf/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `newoff` values** <a id="tab:iostreams.newoff.values">[tab:iostreams.newoff.values]</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
-