streambuf::gbump

Protected

void gbump( int nCount );

END Protected

Parameter

Count

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.

streambuf OverviewStream Buffer Classes

See Also   streambuf::pbump