GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::basic_streambuf::snextc(3) C++ Standard Libary std::basic_streambuf::snextc(3)

std::basic_streambuf::snextc - std::basic_streambuf::snextc


int_type snextc();


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.


(none)


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


This section is incomplete
Reason: no example


reads one character from the input sequence without advancing the
sgetc sequence
(public member function)
sbumpc reads one character from the input sequence and advances the
stossc sequence
(removed in C++17) (public member function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.