Espacios de nombres
Variantes

std::wstring_convert::state

De cppreference.com
 
 
 
std::wstring_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.
 
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 wstring_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 wstring_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.

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.

Ejemplo

Ver también

convierte una cadena de ancho en una cadena de bytes
Original:
converts a wide string into a byte string
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) [editar]
convierte una cadena de bytes en una cadena de ancho
Original:
converts a byte string into a wide string
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) [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]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.