ostrstream::pcount

返回元素数的计数将该控件序列写入的。

streamsize pcount( ) const;

返回值

对控件序列中的元素的数目。

备注

成员函数返回 rdbuf - > pcount

示例

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

要求

标头: <strstream>

命名空间: std

请参见

参考

ostrstream Class

iostream编程

(mfc)约定