◐ Shell
clean mode source ↗

std::basic_streambuf::gbump - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Ignora count caracteres na área de obter. Isto é feito através do avanço da' ponteiro obter por caracteres count. Nenhuma verificação é feita para underflow.

Original:

Skips count characters in the get area. This is done by advancing the get pointer by count characters. No checks are done for 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

count -

número de caracteres para pular

Original:

number of characters to skip

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

(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.

Exemplo

Veja também

avança o ponteiro próximo na seqüência de entrada

Original:

advances the next pointer in the input sequence

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(protegido função de membro) [edit]