std::basic_streambuf::showmanyc
Da cppreference.com
< cpp | io | basic streambuf
![]() | 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. |
protected: std::streamsize showmanyc(); | ||
Estima que o número de caracteres disponíveis para a entrada na seqüência de caracteres associado.
underflow()
é a garantia de não voltar traits::eof() pelo menos até que muitos personagens são extraídos.Original:
Estimates the number of characters available for input in the associated character sequence.
underflow()
is guaranteed not to return traits::eof() until at least that many characters are extracted.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.
Índice |
[editar]Parâmetros
(Nenhum)
Original:
(none)
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]Valor de retorno
O número de caracteres disponíveis na seqüência, ou se não -1 caracteres estão disponíveis. Nesse caso, e
underflow()
uflow()
falhará.Original:
The number of characters available in the sequence, or -1 if no characters are available. In that case,
underflow()
and uflow()
will fail.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.
A versão classe base retorna 0.
Original:
The base class version returns 0.
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]Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar]Veja também
obtém o número de caracteres disponíveis imediatamente na área get Original: obtains the number of characters immediately available in the get area The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
[virtual] | opcionalmente fornece o número de caracteres disponíveis para a entrada do arquivo Original: optionally provides the number of characters available for input from the file The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtual protegido of std::basic_filebuf função de membro) |