Getting the next character.
Synopsis
Declared in <bslstl_stringbuf.h>
int_type
snextc();
Description
Calls sbumpc(), and if that function returns traits::eof(), so does this function. Otherwise, sgetc().
Return Value
The next character, or eof.
Created with MrDocs