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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
A protected function that adds _Count to the next pointer for the input buffer.
void gbump(
int _Count
);
Header: <streambuf>
Namespace: std