Namespaces
Variants
Actions

std::basic_filebuf<CharT,Traits>::uflow

From cppreference.com
< cpp‎ | io‎ | basic filebuf
 
C++
 
Input/output library
 
std::basic_filebuf
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().

Contents

[edit] Parameters

(none)

[edit] Return value

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

[edit] Example

[edit] See also

[virtual]
reads characters from the associated input sequence to the get area and advances the next pointer
(virtual protected member function of std::basic_streambuf<CharT,Traits>) [edit]
[virtual]
reads from the associated file
(virtual protected member function) [edit]
[virtual]
writes characters to the associated file from the put area
(virtual protected member function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant