std::streamsize
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Definido no cabeçalho <ios>
|
||
typedef /*unspecified*/ streamsize; |
||
O
std::streamsize
tipo é um tipo integral assinado usado para representar o número de caracteres transferidos em uma operação de I / O ou o tamanho de um tampão de I / O. É usado como um duplicado assinado std::size_t, semelhante ao 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.
Salvo nos construtores de std::strstreambuf, valores negativos de
std::streamsize
nunca são usados .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.
[editar] Veja também
retorna o número de caracteres extraídos por operação de entrada passado não formatado 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. (of std::basic_istream função pública membro)
| |
extratos e personagens descarta até o caráter dado foi encontrado 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. (of std::basic_istream função pública membro)
| |
extrai blocos de caracteres 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. (of std::basic_istream função pública membro)
| |
insere blocos de caracteres 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. (of std::basic_ostream função pública membro)
|