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
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
A protected function that adds _Count to the next pointer for the input buffer.
void gbump(
int _Count
);
Header: <streambuf>
Namespace: std