◐ Shell
clean mode source ↗

std::wctrans - cppreference.com

De cppreference.com

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 <cwctype>

std::wctrans_t wctrans( const char* str );

Construye un valor de std::wctrans_t tipo que describe una categoría LC_CTYPE de asignación de caracteres de ancho. Puede ser una de las asignaciones estándar, o una asignación de la configuración regional específica, como "tojhira" o .. "tojkana"

Original:

Constructs a value of type std::wctrans_t that describes a LC_CTYPE category of wide character mapping. It may be one of the standard mappings, or a locale-specific mapping, such as "tojhira" or "tojkana".

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parámetros

str -

C cadena que contiene el nombre de la correlación deseada.

Los siguientes valores de str son compatibles con todos los entornos nacionales C:

Valor de str

Original:

Value of str

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Effect
"toupper"

identifica la disposición utilizada por towupper

Original:

identifies the mapping used by towupper

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

"tolower"

identifica la disposición utilizada por towlower

Original:

identifies the mapping used by towlower

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Original:

C string holding the name of the desired mapping.

The following values of str are supported in all C locales:

Valor de str

Original:

Value of str

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Effect
"toupper"

identifica la disposición utilizada por towupper

Original:

identifies the mapping used by towupper

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

"tolower"

identifica la disposición utilizada por towlower

Original:

identifies the mapping used by towlower

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

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

std::wctrans_t objeto adecuado para el uso con std::towctrans para asignar caracteres de ancho según el mapeo del nombre de la configuración regional C actual o cero si str no se designase un mapeo de apoyo de la actual configuración regional C .

Original:

std::wctrans_t object suitable for use with std::towctrans to map wide characters according to the named mapping of the current C locale or zero if str does not name a mapping supported by the current C locale.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ver también