std::basic_filebuf::uflow - cppreference.com
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>
|
|
||
Si comporta come il underflow(), eccetto che se underflow() riesce (non restituisce Traits::eof()), quindi avanza il puntatore per l'area successiva get. In altre parole, consuma uno dei caratteri ottenuti 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.
Parametri
(Nessuno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Valore di ritorno
Il valore del carattere che è stato letto e consumato in caso di successo, o Traits::eof() in caso di guasto.
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.
Esempio
Vedi anche
[virtuale] |
legge i caratteri della sequenza di input associato alla zona get e fa avanzare il puntatore successivo 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. (virtuale protetto funzione of std::basic_streambuf membro) [modifica]
|
[virtuale] |
legge dal file associato Original: reads from the associated file The text has been machine-translated via Google Translate. (virtuale protetto funzione membro) [modifica] |
[virtuale] |
scrive i caratteri nel file associato dalla zona put Original: writes characters to the associated file from the put area The text has been machine-translated via Google Translate. (virtuale protetto funzione membro) [modifica] |