cplusplus.com > reference > iostream library > streamsize
streamsize
  cplusplus.com  
(integer type)

Integer type to express counts in streams.
  It is a synonym for one of the signed basic integral types (typically signed long). It is used to represent the number of characters transerred in an I/O operation or the size of I/O buffers.

See also.
  iostream library


© The C++ Resources Network, 2001