streambuf::sbumpc

Syntax

int sbumpc();

Remarks

Returns the current character, and then advances the get pointer. Returns EOF if the get pointer is currently at the end of the sequence (equal to the egptr pointer).

See Also

streambuf::epptr, streambuf::gbump