protected member function
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::gptr | Pointer to current position of input sequence (protected member function) |
|