basic_streambuf::gbump

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

void gbump( 
   int _Count 
);

参数

  • _Count
    的数量增加指针的。

要求

页眉: <streambuf>

命名空间: std

请参见

参考

basic_streambuf 类

iostream 编程

iostreams 约定