29
Input/output library
[input.output]
29.5
Iostreams base classes
[iostreams.base]
29.5.3
Class
ios_base
[ios.base]
29.5.3.2
Types
[ios.types]
29.5.3.2.5
Type
ios_base::seekdir
[ios.seekdir]
Table 120:
seekdir
effects
[tab:ios.seekdir]
🔗
Element
Meaning
🔗
beg
request a seek (for subsequent input or output) relative to the beginning of the stream
🔗
cur
request a seek relative to the current position within the sequence
🔗
end
request a seek relative to the current end of the sequence