std::wcsspn
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 <cwchar>
|
||
size_t wcsspn( const wchar_t* dest, const wchar_t* src ); |
||
Retourne la longueur maximum segment initial de la chane large point par
dest, qui se compose uniquement des caractres trouvs dans la chane pointe par gamme src .Original:
Returns the length of the maximum initial segment of the wide string pointed to by
dest, that consists of only the characters found in wide string pointed to by src.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
| dest | - | pointeur vers la chane se terminant par null large pour tre analyss
Original: pointer to the null-terminated wide string to be analyzed The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| src | - | pointeur vers la chane zro terminal de large qui contient les caractres rechercher
Original: pointer to the null-terminated wide string that contains the characters to search for 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
La longueur maximale du segment initial qui contient seulement des caractres de chane large point par
srcOriginal:
The length of the maximum initial segment that contains only characters from wide string pointed to by
srcThe 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.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
renvoie la longueur du segment initial maximal qui consiste seulement de la gamme' pas trouv dans une autre chane de caractres de largeur Original: returns the length of the maximum initial segment that consists of only the wide not found in another wide string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
trouve au premier emplacement de caractre dans une large gamme de chane, dans une autre chane 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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
C documentation for wcsspn
| |