std::basic_istream::gcount
De 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; |
||
Devuelve el número de caracteres extraídos por la operación de entrada sin formato último .
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.
Las siguientes funciones miembro de
basic_istream cambiar el valor de las llamadas gcount() siguientes: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.
Las funciones siguientes se
gcount() a cero: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.
Contenido |
[editar] Parámetros
(Ninguno)
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.
[editar] Valor de retorno
número de caracteres extraídos por la operación de entrada sin formato última
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.
[editar] Ejemplo
| This section is incomplete Reason: no example |
[editar] Ver también
| This section is incomplete |