streambuf::sgetc

int sgetc();

Remarks

Returns the character at the get pointer. The sgetc function does not move the get pointer. Returns EOF if there is no character available.

streambuf OverviewStream Buffer Classes

See Also   streambuf::sbumpc, streambuf::sgetn, streambuf::snextc, streambuf::stossc