std::wbuffer_convert::state
De cppreference.com
< cpp | locale | wbuffer convert
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <locale>
|
||
state_type state() const; |
||
Devuelve el valor actual del estado de la conversión, que se almacenan en este objeto
wbuffer_convert
. El estado de conversión puede definirse explícitamente en el constructor y se actualiza en todas las operaciones de conversión .Original:
Returns the current value of the conversion state, which is stored in this
wbuffer_convert
object. The conversion state may be explicitly set in the constructor and is updated by all conversion operations.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
El estado actual de conversión .
Original:
The current conversion state.
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
Esta sección está incompleta Razón: sin ejemplo |
[editar] Ver también
devuelve el estado actual de conversión Original: returns the current conversion state The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función miembro pública de std::wstring_convert )
| |
Comprueba si el objeto mbstate_t representa el estado inicial de cambios Original: checks if the mbstate_t object represents initial shift state The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |