From Jason Turner

[ios::seekdir]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpc1zn9q06/{from.md → to.md} +0 -19
tmp/tmpc1zn9q06/{from.md → to.md} RENAMED
@@ -1,19 +0,0 @@
1
- ##### Type `ios_base::seekdir` <a id="ios::seekdir">[[ios::seekdir]]</a>
2
-
3
- ``` cpp
4
- using seekdir = T4;
5
- ```
6
-
7
- The type `seekdir` is an enumerated type ([[enumerated.types]]) that
8
- contains the elements indicated in
9
- Table  [[tab:iostreams.seekdir.effects]].
10
-
11
- **Table: `seekdir` effects** <a id="tab:iostreams.seekdir.effects">[tab:iostreams.seekdir.effects]</a>
12
-
13
- | Element | Meaning |
14
- | ------- | --------------------------------------------------------------------------------------- |
15
- | `beg` | request a seek (for subsequent input or output) relative to the beginning of the stream |
16
- | `cur` | request a seek relative to the current position within the sequence |
17
- | `end` | request a seek relative to the current end of the sequence |
18
-
19
-