typedef T1 streamoff;
The type is a signed integer type T1
that describes an object that can store a byte offset involved in various stream
positioning operations. Its representation has at least 32 value bits. It is not necessarily large enough to represent an
arbitrary byte position within a stream. The value streamoff(-1)
generally indicates an erroneous offset.