A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../error/../io/basic_streambuf/snextc.html below:

std::basic_streambuf<CharT,Traits>::snextc - cppreference.com

Advances the input sequence by one character and reads one character.

The function calls sbumpc() to advance the input sequence. If that function returns Traits::eof() meaning that input sequence has been exhausted and uflow() could not retrieve more data, Traits::eof() is returned. Otherwise sgetc() is called in order to read the character.

[edit] Parameters

(none)

[edit] Return value

The value of the next character. If the input sequence has been exhausted, Traits::eof() is returned.

[edit] Example [edit] See also reads one character from the input sequence without advancing the sequence
(public member function) [edit] reads one character from the input sequence and advances the sequence
(public member function) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4