cpp/concept/UnformattedInputFunction: differenze tra le versioni
Da cppreference.com.
P12 (Discussione | contributi) m (una revisione importata: Translate from the English version) |
m (r2.7.3) (Bot: Aggiungo de, en, es, fr, ja, pt, ru, zh) |
||
Riga 35: | Riga 35: | ||
* {{tr|{{l2tt|cpp/io/basic_istream/seekg}}, salvo che si cancella prima {{tt|eofbit}} e non modifica gcount|{{l2tt|cpp/io/basic_istream/seekg}}, except that it first clears {{tt|eofbit}} and does not modify gcount}} | * {{tr|{{l2tt|cpp/io/basic_istream/seekg}}, salvo che si cancella prima {{tt|eofbit}} e non modifica gcount|{{l2tt|cpp/io/basic_istream/seekg}}, except that it first clears {{tt|eofbit}} and does not modify gcount}} | ||
* {{tr|{{c|std::ws}}, con la differenza che non modifica gcount|{{c|std::ws}}, except that it does not modify gcount}} | * {{tr|{{c|std::ws}}, con la differenza che non modifica gcount|{{c|std::ws}}, except that it does not modify gcount}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Versione delle 14:39, 2 nov 2012
![]() |
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. |
Requisiti
Un
UnformattedInputFunction
è una funzione di input flusso che esegue le seguenti operazioni:Original:
An
UnformattedInputFunction
is a stream input function that performs the following: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.
- Crea un oggetto di tipo basic_istream::sentry con durata memorizzazione automatica e con l'argomento
noskipws
impostato true, che esegue il seguenteOriginal:Constructs an object of type basic_istream::sentry with automatic storage duration and with thenoskipws
argument set to true, which performs the followingThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
- se
-