类型
<ios> <iostream>

std::streamsize

流大小类型
用于表示流中的大小和字符计数的类型。

它是某个基本有符号整数类型类型定义 (typedef)

它可以与 streamoff 进行相互转换。

另见