bsl::basic_syncbuf::gbump

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

NameDescription
__nThe delta by which to move.