std::basic_streambuf<CharT,Traits>::snextc
Min standard notice:
Advances the input sequence by one character and reads one character.
# Declarations
int_type snextc();
# Return value
The value of the next character. If the input sequence has been exhausted, Traits::eof() is returned.
# Example
This section is incompleteReason: no example