protected member function

std::streambuf::gbump

<streambuf>
void gbump ( int n );
Increase get pointer
Advances the get pointer by n positions.

The get pointer is the internal pointer that points to the next location in the controlled input sequence.

Parameters

n
Value by which to increase the get pointer.

Return Value

none

Basic template member declaration

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


See also.