Type seekdir

An enumeration to position a pointer to a specific place in a file stream.

Table 1. Enumeration seekdir
Enumeration Position
beg Beginning of stream
cur Current position of stream
end End of stream

For an example of ios seekdir usage refer to streambuf::pubseekoff