iswctype
Aus 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>| definiert in Header <wctype.h>
|
||
int iswctype( wint_t ch, wctype_t desc ); |
||
Stuft die Breitzeichen
wc mit der aktuellen C Gebietsschemas LC_CTYPE Kategorie durch desc identifiziert .Original:
Classifies the wide character
wc using the current C locale's LC_CTYPE category identified by desc.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.
Parameter
| ch | - | die breite Charakter zu klassifizieren
Original: the wide character to classify The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| desc | - | die Kategorie LC_CTYPE, von einem Aufruf
wctype erhaltenOriginal: the LC_CTYPE category, obtained from a call to wctypeThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
Nicht-Null, wenn der Charakter
ch die Eigenschaft von desc in LC_CTYPE Facette der aktuellen C locale erkannt hat .Original:
Non-zero if the character
ch has the property identified by desc in LC_CTYPE facet of 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.
Siehe auch
sieht einen Charakter Klassifizierung Kategorie in der aktuellen C locale Original: looks up a character classification category in 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. (Funktion) | |