std::basic_streambuf::pbump

From Cppreference

Jump to: navigation, search
void pbump( int count );

Skips count characters in the put area. This is done by advancing the put pointer by count characters. No checks are done for overflow.

Contents

[edit] Parameters

count - number of characters to skip

[edit] Return value

(none)

[edit] Example

[edit] See also

advances the next pointer in the input sequence
(protected member function)