std::wmemcmp — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <cwchar> |
||
|
|
||
Compare les premiers caractères larges count des objets pointés par lhs et rhs. La comparaison est faite lexicographique .
Original:
Compares the first count wide characters of the objects pointed to by lhs and rhs. The comparison is done lexicographically.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| lhs, rhs | - | des pointeurs vers la mémoire tampon pour comparer Original: pointers to the memory buffers to compare The text has been machine-translated via Google Translate. |
| count | - | nombre d'octets à examiner Original: number of bytes to examine The text has been machine-translated via Google Translate. |
Retourne la valeur
Valeur négative si lhs est moins rhs .
Original:
Negative value if lhs is less than rhs.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
0 si lhs est égal à' rhs .
Original:
0 if lhs is equal to rhs.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Valeur positive si lhs est supérieure à' rhs .
Original:
Positive value if lhs is greater than rhs.
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
compare deux chaînes de large Original: compares two wide strings The text has been machine-translated via Google Translate. (fonction) [edit] | |
compare un certain nombre de caractères à partir de deux chaînes étendues Original: compares a certain amount of characters from two wide strings The text has been machine-translated via Google Translate. (fonction) [edit] | |
C documentation for wmemcmp | |