31
Input/output library
[input.output]
31.8
String-based streams
[string.streams]
31.8.2
Class template
basic_
stringbuf
[stringbuf]
31.8.2.5
Overridden virtual functions
[stringbuf.virtuals]
Table 145 β
newoff
valuesβ
[tab:stringbuf.seekoff.newoff]
π
Condition
newoff
Value
π
way
=
=
ios_
base
β::β
beg
0
π
way
=
=
ios_
base
β::β
cur
the next pointer minus the beginning pointer (
xnext
-
xbeg
)
.
π
way
=
=
ios_
base
β::β
end
the high mark pointer minus the beginning pointer (
high_
mark
-
xbeg
)
.