protected member function
<streambuf>
Increase put pointer
Advances the
put pointer by
n positions.
The
put pointer is the internal pointer that points to the next location of the
controlled output sequence.
Parameters
- n
- Value by which to increase the put pointer.
Return Value
none
Basic template member declaration
( basic_streambuf<charT,traits> )
See also
- streambuf::setp
- Set output sequence pointers (protected member function)
- streambuf::pptr
- Pointer to current position of output sequence (protected member function)