◐ Shell
clean mode source ↗

std::basic_filebuf::uflow – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

protected: virtual int_type uflow()

Verhält sich wie die underflow(), außer dass, wenn underflow() gelingt (nicht zurück Traits::eof()), rückt dann der nächste Zeiger für die get-Bereich. Mit anderen Worten, verbraucht eines der Zeichen durch underflow() erhalten .

Original:

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().

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

(None)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Rückgabewert

Der Wert des Zeichens, die gelesen und konsumiert wurde im Falle des Erfolgs oder Traits::eof() im Falle des Scheiterns .

Original:

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

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Beispiel

Siehe auch

[virtuell]

liest Zeichen aus dem dazugehörigen Eingang Sequenz an die get-Bereich und Fortschritte der nächste Zeiger

Original:

reads characters from the associated input sequence to the get area and advances the next pointer

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(virtuellen geschützten Member-Funktion of std::basic_streambuf) [edit]

[virtuell]

liest aus der zugehörigen Datei

Original:

reads from the associated file

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(virtuellen geschützten Member-Funktion) [edit]

[virtuell]

schreibt Zeichen der zugehörige Datei aus der Put-Bereich

Original:

writes characters to the associated file from the put area

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(virtuellen geschützten Member-Funktion) [edit]