std::streamsize
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. |
Elemento definito nell'header <ios>
|
||
typedef /*unspecified*/ streamsize; |
||
Il
std::streamsize
tipo è un tipo integrale con segno utilizzato per rappresentare il numero di caratteri trasferiti in un I / O o la dimensione di un buffer di I / O. Viene utilizzato come controparte firmata di std::size_t, simile al tipo POSIX ssize_t
.Original:
The type
std::streamsize
is a signed integral type used to represent the number of characters transferred in an I/O operation or the size of an I/O buffer. It is used as a signed counterpart of std::size_t, similar to the POSIX type ssize_t
.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.
Fatta eccezione per i costruttori di std::strstreambuf, valori negativi di
std::streamsize
non sono mai usate.Original:
Except in the constructors of std::strstreambuf, negative values of
std::streamsize
are never used.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.
[modifica] Vedi anche
Restituisce il numero dei caratteri estratti con l'ultima operazione di ingresso non formattato Original: returns number of characters extracted by last unformatted input operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) | |
estratti e personaggi scarta fino a quando il carattere dato è stato trovato Original: extracts and discards characters until the given character is found The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) | |
estrae blocchi di caratteri Original: extracts blocks of characters The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) | |
blocchi inserti di caratteri Original: inserts blocks of characters The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) |