From Jason Turner

[tab:iostreams.seekoff.positioning]

Diff to HTML by rtfpessoa

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