streambuf::gbump

Syntax

Protected:
void gbump( int
nCount );

Parameters

nCount

The number of bytes to increment the get pointer. May be positive or negative.

Remarks

Increments the get pointer. No bounds checks are made on the result.

See Also

streambuf::pbump