std::wctrans
De cppreference.com
[] |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Dclar dans l'en-tte <cwctype>
|
||
std::wctrans_t wctrans( const char* str ); |
||
Construit une valeur de
std::wctrans_t type qui dcrit une catgorie LC_CTYPE de la cartographie de caractres larges. C'est peut-tre l'un des correspondances standard, ou une cartographie spcifique aux paramtres rgionaux, tels que "tojhira" ou "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.
Paramtres
| str | - | C chane contenant le nom de la cartographie dsire.
Les valeurs suivantes sont prises en charge de
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. | ||||||||||||||||||||||||
Retourne la valeur
std::wctrans_t objet appropri pour une utilisation avec std::towctrans pour mapper les caractres larges en fonction du mappage nomm de la locale C actuelle ou zro si str ne dsigne pas une cartographie soutenu par la locale courante 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.
Voir aussi
effectue le mappage de caractres en fonction de la catgorie LC_CTYPE cartographie spcifie 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. (fonction) | |
C documentation for wctrans
| |