basic_streambuf::pbump

_Count 添加到输出缓冲区的指针的受保护的函数。

void pbump( 
   int _Count 
);

参数

  • _Count
    编写移动确保向前的字符数。

要求

页眉: <streambuf>

命名空间: std

请参见

参考

basic_streambuf 类

iostream 编程

iostreams 约定