◐ Shell
clean mode source ↗

std::basic_filebuf::uflow — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

protected: virtual int_type uflow()

Se comporte comme le underflow(), sauf que si underflow() réussit (ne retourne pas Traits::eof()), puis avance le pointeur à côté de la zone get. En d'autres termes, consomme un des personnages obtenus par underflow() .

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.

Paramètres

(Aucun)

Original:

(none)

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

Retourne la valeur

La valeur du caractère qui a été lu et consommé en cas de succès, ou Traits::eof() en cas d'échec .

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.

Exemple

Voir aussi

[

virtuel

Original:

virtual

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

]

lit les caractères à partir de la séquence d'entrée associée à la zone get et avance le pointeur suivant

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.


(fonction membre virtuelle protégée de std::basic_streambuf) [edit]

[

virtuel

Original:

virtual

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

]

lit le fichier associé

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.


(fonction membre virtuelle protégée) [edit]

[

virtuel

Original:

virtual

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

]

écrit des caractères dans le fichier associé à partir de la zone de mise

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.


(fonction membre virtuelle protégée) [edit]