Name
streamoff type — Stream offset type
Synopsis
typedef . . . streamoff
The streamoff
type is an
implementation-defined type that represents a signed offset in a
stream. See the fpos
type for
more information about working with file positions and
offsets.
See Also
fpos
type, char_traits
in <string>