std::basic_streambuf<CharT,Traits>::sgetc
De cppreference.com
int_type sgetc();
|
||
Lee un carácter de la secuencia de entrada .
Original:
Reads one character from 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.
You can help to correct and verify the translation. Click here for instructions.
Si la posición de la secuencia de entrada de leer no está disponible, devuelve
underflow(). De lo contrario devuelve traits::to_int_type(*gptr()) .Original:
If the input sequence read position is not available, returns
underflow(). Otherwise returns traits::to_int_type(*gptr()).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.
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.
Valor de retorno
El valor del carácter al que apunta el puntero del' conseguir .
Original:
The value of the character pointed to by the get pointer.
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.
Ejemplo
| Esta sección está incompleta Razón: sin ejemplo |
