ostrstream::pcount

返回中元素的数目的计数写入控制序列。

streamsize pcount( ) const;

返回值

元素的数目控制写入序列。

备注

成员函数返回 ->rdbufpcount

示例

使用 pcount的示例参见 strstream::pcount

要求

页眉: <strstream>

命名空间: std

请参见

参考

ostrstream 类

iostream 编程

iostreams 约定