basic_streambuf::pubsync

调用 同步,派生类中重写的受保护的虚函数,并且更新外部流与该缓冲区。

int pubsync( );

返回值

返回或 同步 - 1,如果失败。

要求

页眉: <streambuf>

命名空间: std

请参见

参考

basic_streambuf 类

iostream 编程

iostreams 约定