Namespace
Varianti

cpp/concept/UnformattedInputFunction: differenze tra le versioni

Da cppreference.com.
< cpp‎ | concept
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

 
 
C + + concetti
Di base
Original:
Basic
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Biblioteca-Wide
Original:
Library-Wide
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Container
Original:
Container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Elementi contenitori
Original:
Container Elements
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Iterator
Original:
Iterator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Numeri casuali
Original:
Random Numbers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Concorrenza
Original:
Concurrency
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
BasicLockable(C++11)
Lockable(C++11)
TimedLockable(C++11)
Mutex(C++11)
TimedMutex(C++11)
Altro
Original:
Other
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 

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.
  • Crea un oggetto di tipo basic_istream::sentry con durata memorizzazione automatica e con l'argomento noskipws impostato true, che esegue il seguente
    Original:
    Constructs an object of type basic_istream::sentry with automatic storage duration and with the noskipws argument set to true, which 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.
  • se