basic_streambuf::gbump
A protected function that adds _Count to the next pointer for the input buffer.
void gbump(
int _Count
);
Parameters
- _Count
The amount by which to advance the pointer.
Requirements
Header: <streambuf>
Namespace: std
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
A protected function that adds _Count to the next pointer for the input buffer.
void gbump(
int _Count
);
Header: <streambuf>
Namespace: std