std::basic_streambuf::gbump
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> void gbump( int count ); |
||
Überspringt
count Zeichen im get-Bereich. Dies wird durch Vorschieben der get-Zeiger von count Zeichen getan. Keine Schecks für Unterlauf getan .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.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| count | - | Anzahl der Zeichen zu überspringen
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. |
Rückgabewert
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
Fortschritte der nächste Zeiger in der Eingabesequenz 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. (geschützt Member-Funktion) | |