std::wcschr — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <cwchar> |
||
|
|
||
|
|
||
Trouve la première occurrence de la ch caractère large gamme dans la chaîne pointée par str .
Original:
Finds the first occurrence of the wide character ch in the wide string pointed to by str.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| str | - | pointeur vers la chaîne se terminant par null large pour être analysés Original: pointer to the null-terminated wide string to be analyzed The text has been machine-translated via Google Translate. |
| ch | - | caractère large à rechercher Original: wide character to search for The text has been machine-translated via Google Translate. |
Retourne la valeur
Pointeur sur le caractère trouvé dans str ou NULL si aucune correspondance n'est trouvée .
Original:
Pointer to the found character in str, or NULL if no such character is found.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemple
Voir aussi
trouve la dernière occurrence d'un caractère large dans une chaîne de large Original: finds the last occurrence of a wide character in a wide string The text has been machine-translated via Google Translate. (fonction) [edit] | |
trouve au premier emplacement de caractère dans une large gamme de chaîne, dans une autre chaîne de largeur Original: finds the first location of any wide character in one wide string, in another wide string The text has been machine-translated via Google Translate. (fonction) [edit] | |
C documentation for wcschr | |