std::basic_istream::gcount
Aus cppreference.com
< cpp | io | basic istream
![]() |
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. |
std::streamsize gcount() const; |
||
Gibt die Anzahl der Zeichen, die vom letzten unformatierte Eingabe-Operation extrahiert .
Original:
Returns the number of characters extracted by the last unformatted input operation.
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.
Die folgenden Elementfunktionen
basic_istream
ändern Sie den Wert der nachfolgenden gcount()
Anrufe:Original:
The following member functions of
basic_istream
change the value of subsequent gcount()
calls: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.
Die folgenden Funktionen eingestellt
gcount()
auf Null:Original:
The following functions set
gcount()
to zero: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.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
(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.
[Bearbeiten] Rückgabewert
Anzahl der Zeichen vom letzten unformatierte Eingabe-Operation extrahiert
Original:
number of characters extracted by the last unformatted input operation
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.
[Bearbeiten] Beispiel
This section is incomplete Reason: no example |
[Bearbeiten] Siehe auch
This section is incomplete |