31
Input/output library
[input.output]
31.5
Iostreams base classes
[iostreams.base]
31.5.2
Class
ios_
base
[ios.base]
31.5.2.2
Types
[ios.types]
31.5.2.2.5
Type
ios_
base::seekdir
[ios.seekdir]
Table 122:
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