streambuf::gbump [protected]
void gbump ( int n );
streambuf
  cplusplus.com  

Increase get pointer.
  Adds n to the internal pointer that points to the next location of the input sequence.

Parameters.

n
Value by which to increase get pointer.

Return Value.
  none

Basic template member declaration ( basic_streambuf<charT,traits> ):
void gbump ( int n );

See also.
  setg, gptr
  streambuf class


© The C++ Resources Network, 2001