From Jason Turner

[depr.strstreambuf.seekoff.pos]

Diff to HTML by rtfpessoa

tmp/tmpb4is_335/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `seekoff` positioning** <a id="depr.strstreambuf.seekoff.pos">[depr.strstreambuf.seekoff.pos]</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 | ios::out)) ==`<br> `(ios::in | ios::out)` and either<br> `way == ios::beg` or `way == ios::end` | positions both the input and the output sequences |
8
+ | Otherwise | the positioning operation fails. |
9
+