std::basic_streambuf<CharT,Traits>::sbumpc, std::basic_streambuf<CharT,Traits>::stossc

Reads one character and advances the input sequence by one character.

# Declarations

int_type sbumpc();
void stossc();

(deprecated in C++98) (removed in C++17)

# Example

This section is incompleteReason: no example

# See also