int_type sgetc();
member function | description |
---|---|
sgetc() | returns the character at the current position. |
sbumpc() | returns the character at the current position and advances the current position to the next character. |
snextc() | advances the current position to the next character and returns this next character. |
|
|
traits_type::eof()
).
|
|