Moving the read position.

Synopsis

Declared in <bslstl_syncbuf.h>

void
gbump(int __n);

Description

This just advances the read position without returning any data.

Parameters

Name

Description

__n

The delta by which to move.

Created with MrDocs