std::basic_streambuf<CharT,Traits>::snextc

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

# See also