std::basic_filebuf::uflow - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
Se comporta como o underflow(), exceto que se underflow() sucesso (não retornar Traits::eof()), depois avança o ponteiro para a área próxima get. Em outras palavras, consome um dos caracteres obtidos por underflow().
Original:
Behaves like the underflow(), except that if underflow() succeeds (does not return Traits::eof()), then advances the next pointer for the get area. In other words, consumes one of the characters obtained by underflow().
The text has been machine-translated via Google Translate.
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.
Valor de retorno
O valor do personagem que foi lido e consumido em caso de sucesso, ou Traits::eof() em caso de falha.
Original:
The value of the character that was read and consumed in case of success, or Traits::eof() in case of failure.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemplo
Veja também
[virtual] |
lê caracteres da seqüência de entrada associado à área de get e avança o ponteiro seguinte Original: reads characters from the associated input sequence to the get area and advances the next pointer The text has been machine-translated via Google Translate. (virtual protegido of std::basic_streambuf função de membro) [edit]
|
[virtual] |
lê o arquivo associado Original: reads from the associated file The text has been machine-translated via Google Translate. (virtual protegido função de membro) [edit] |
[virtual] |
escreve caracteres para o arquivo associado da área de venda Original: writes characters to the associated file from the put area The text has been machine-translated via Google Translate. (virtual protegido função de membro) [edit] |