basic_streambuf::pbump

To advance the next pointer for stream output.

void pbump(int n);

Remarks

The function pbump() advances the next pointer by the value of the int argument n.