From Jason Turner

[depr.strstreambuf.seekoff.newoff]

Diff to HTML by rtfpessoa

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