std::basic_filebuf::uflow
Aus cppreference.com
[] |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> protected: virtual int_type uflow() |
||
Verhlt sich wie die
underflow(), auer dass, wenn underflow() gelingt (nicht zurck Traits::eof()), rckt dann der nchste Zeiger fr 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.
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.
You can help to correct and verify the translation. Click here for instructions.
Rckgabewert
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.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
[virtuell] |
liest Zeichen aus dem dazugehrigen Eingang Sequenz an die get-Bereich und Fortschritte der nchste 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 geschtzten Member-Funktion of std::basic_streambuf)
|
[virtuell] |
liest aus der zugehrigen 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 geschtzten Member-Funktion) |
[virtuell] |
schreibt Zeichen der zugehrige 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 geschtzten Member-Funktion) |