basic_streambuf::gbump

Advances the next pointer for stream input.

void gbump(int n);

Remarks

The function gbump() advances the input pointer by the value of the int n argument.