std::basic_streambuf::showmanyc
De 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> protected: std::streamsize showmanyc(); |
||
Estimer le nombre de caractères disponibles pour l'entrée dans la séquence de caractères associée.
underflow() est garanti de ne pas retourner traits::eof() au moins jusqu'à ce que le nombre de caractères extraite .Original:
Estimates the number of characters available for input in the associated character sequence.
underflow() is guaranteed not to return traits::eof() until at least that many characters are extracted.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.
Paramètres
(Aucun)
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.
Retourne la valeur
Le nombre de caractères disponibles dans la séquence, ou
-1 si aucun caractère n'est disponible. Dans ce cas, underflow() et uflow() échouera .Original:
The number of characters available in the sequence, or
-1 if no characters are available. In that case, underflow() and uflow() will fail.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.
La version classe de base retourne
0 .Original:
The base class version returns
0.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.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
obtient le nombre de caractères disponibles immédiatement dans la zone d'obtention Original: obtains the number of characters immediately available in the get area The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) | |
[ virtuel ]Original: virtual The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
fournit éventuellement le nombre de caractères disponibles pour l'entrée à partir du fichier Original: optionally provides the number of characters available for input from the file The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre virtuelle protégée de std::basic_filebuf)
|