◐ Shell
clean mode source ↗

std::wctrans - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<cwctype>

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

Costruisce un valore di std::wctrans_t tipo che descrive una categoria LC_CTYPE di mapping dei caratteri di larghezza. Essa può essere una delle mappature standard, oppure un locale specifica mappatura, come "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.

Parametri

str -

C stringa contenente il nome della mappatura desiderata.

I seguenti valori di str sono supportate in tutte le versioni locali C:

Valore di 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 mappatura utilizzata da 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 mappatura utilizzata da 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:

Valore di 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 mappatura utilizzata da 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 mappatura utilizzata da 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.

Valore di ritorno

std::wctrans_t oggetto adatto per l'uso con std::towctrans per mappare caratteri estesi in base alla mappatura nome del locale C corrente o zero se str non viene designato un mapping supportato dalla localizzazione corrente 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.

Vedi anche

esegue la mappatura carattere in base alla categoria specificata mappatura LC_CTYPE

Original:

performs character mapping according to the specified LC_CTYPE mapping category

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


(funzione) [modifica]