Espacios de nombres
Variantes
Acciones

std::wbuffer_convert::state

De cppreference.com
 
 
 
std::wbuffer_convert
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
wbuffer_convert::state
 
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.

[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.

[editar] 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) [editar]
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) [editar]