std::basic_streambuf::sbumpc
De cppreference.com
<metanoindex/>
<tbody> </tbody> int_type sbumpc(); |
||
Lê um personagem e avança a seqüência de entrada por um personagem.
Original:
Reads one character and advances the input sequence by one character.
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.
Se a posição da sequência de entrada de leitura não estiver disponível, retorna
uflow(). Caso contrário, retorna traits::to_int_type(*gptr()).Original:
If the input sequence read position is not available, returns
uflow(). Otherwise returns traits::to_int_type(*gptr()).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.
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.
Valor de retorno
O valor do caractere apontado pelo obter ponteiro, ou
traits::eof() se a posição de leitura não está disponível.Original:
The value of the character pointed to by the get pointer, or
traits::eof() if the read position is not available.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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
