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