cplusplus.com > reference > iostream library > streampos
streampos
  cplusplus.com  
(stream position type)

Type to express absolute positions within streams.
  This type describes a class to contain all the information needed to restore an arbitrary file-position indicator within a stream. It can be constructed from or casted to an integer offset value (streamoff).

See also.
  iostream library


© The C++ Resources Network, 2001