type

<ios> <iostream>

std::streamsize

Stream size type

Type to represent sizes and character counts in streams.

It is a typedef of one the fundamental signed integral types.

It is convertible to/from streamoff.


See also

streamoff
Stream offset type (type)