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_filebuf::uflow(3) C++ Standard Libary std::basic_filebuf::uflow(3)

std::basic_filebuf::uflow - std::basic_filebuf::uflow


protected:
virtual int_type uflow()


Behaves like the underflow(), except that if underflow() succeeds (does not return
Traits::eof()), then advances the next pointer for the get area. In other words,
consumes one of the characters obtained by underflow().


(none)


The value of the character that was read and consumed in case of success, or
Traits::eof() in case of failure.


This section is incomplete
Reason: no example


uflow reads characters from the associated input sequence to the get area and
[virtual] advances the next pointer
(virtual protected member function of std::basic_streambuf<CharT,Traits>)
underflow reads from the associated file
[virtual] (virtual protected member function)
overflow writes characters to the associated file from the put area
[virtual] (virtual protected 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.