bsl::basic_syncbuf::pbump

Moving the write position.

Synopsis

Declared in <bslstl_syncbuf.h>

void
pbump(int __n);

Description

This just advances the write position without returning any data.

Parameters

NameDescription
__nThe delta by which to move.