streambuf::pbump
[protected] void pbump ( int n ); | streambuf |
cplusplus.com |
Increase put pointer.
Adds n to the internal pointer that points to the next location of
the output sequence.
Parameters.
Return Value.
none
Basic template member declaration ( basic_streambuf<charT,traits> ):
void pbump ( int n ); |
See also.
setp,
pptr
streambuf class