std::basic_streambuf::sgetn, std::basic_streambuf::xsgetn — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(1) | |
|
|
(2) | |
1)
Appels xsgetn(s, count) de la classe la plus dérivée .
Original:
Calls xsgetn(s, count) of the most derived class.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
2)
Lit count caractères à partir de la séquence d'entrée et les stocke dans un tableau de caractères pointée par s. Les caractères sont lus comme par des appels répétés à sbumpc(). Autrement dit, si moins de caractères count sont immédiatement disponibles, la fonction appelle uflow() de fournir plus jusqu'à ce que traits::eof() est retourné .
Original:
Reads count characters from the input sequence and stores them into a character array pointed to by s. The characters are read as if by repeated calls to sbumpc(). That is, if less than count characters are immediately available, the function calls uflow() to provide more until traits::eof() is returned.
The text has been machine-translated via Google Translate.
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.
Retourne la valeur
Le nombre de caractères lus avec succès .
Original:
The number of characters successfully read.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemple
Voir aussi
Invoque Original: invokes The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |