std::wctrans
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. |
Elemento definito nell'header <cwctype> | ||
std::wctrans_t wctrans(constchar* 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.
You can help to correct and verify the translation. Click here for instructions.
[modifica]Parametri
str | - | C stringa contenente il nome della mappatura desiderata. I seguenti valori di
Original: C string holding the name of the desired mapping. The following values of
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica]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.
You can help to correct and verify the translation. Click here for instructions.
[modifica]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) | |
C documentation for wctrans |