basic_streambuf::pbump

添加 _Count 到输出区域的指针下的一个受保护的函数。

void pbump(
   int _Count
);

参数

  • _Count
    移动编写向前请确定字符数。

要求

标头: <streambuf>

命名空间: std

请参见

参考

basic_streambuf Class

iostream编程

(mfc)约定