protected member function

streambuf::pbump

void pbump ( int n );
Increase put pointer
Advances the put pointer by n positions.

The put pointer is the internal pointer that points to the next location of the controlled output sequence.

Parameters

n
Value by which to increase the put pointer.

Return Value

none

Basic template member declaration

( basic_streambuf<charT,traits> )
 
void pbump ( int n );


See also