type
std::streamoff
<ios>
Stream offset type
Type to represent position offsets in a stream.
The underlying type is implementation defined, but must be able to be consistently converted to both
streamsize and
fpos (thus, to
streampos too).
See also
- streamsize
- Stream size type (type)
- fpos
- Stream position class template (class template
)
- streampos
- Stream position type (type
)