Moving the write position.

Synopsis

Declared in <bslstl_stringbuf.h>

void
pbump(int __n);

Description

This just advances the write position without returning any data.

Parameters

Name

Description

__n

The delta by which to move.

Created with MrDocs