basic_streambuf::pbump

 

A protected function that adds _Count to the next pointer for the output buffer.

Syntax

      void pbump(
   int _Count
);

Parameters

  • _Count
    The number of characters by which to move the write position forward.

Requirements

Header: <streambuf>

Namespace: std

See Also

basic_streambuf Class
iostream Programming
iostreams Conventions