| 
iostream hierarchy streambuf:: gbump [protected]  | 
| cplusplus.com | 
 Increase get pointer.
 
Adds n to the internal pointer that points to the next location of
the input sequence.
Parameters.
 Return Value.
 
none
Basic template member declaration ( basic_streambuf<charT,traits> ):
void gbump ( int n );  | 
 See also.
 
setg,
gptr
 
streambuf class