◐ Shell
clean mode source ↗

std::wcsncmp - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Definido no cabeçalho

<cwchar>

int wcsncmp( const wchar_t* lhs, const wchar_t* rhs, size_t count );

Compara a maioria dos personagens count largas de dois strings terminadas largura. A comparação é feita lexicographically.

Original:

Compares at most count wide characters of two null-terminated wide strings. 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.

Parâmetros

lhs, rhs -

ponteiros para as cordas de terminação nula de largura para comparar

Original:

pointers to the null-terminated wide strings to compare

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

count -

número máximo de caracteres para comparar

Original:

maximum number of characters to compare

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

Valor negativo se lhs é menos 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 se lhs é igual 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.

Valor positivo se lhs é maior 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.

Exemplo

Veja também

compara duas seqüências de largura

Original:

compares two wide strings

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função) [edit]

compara uma certa quantidade de caracteres de largura a partir de duas matrizes

Original:

compares a certain amount of wide characters from two arrays

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função) [edit]

compara duas seqüências de largura, de acordo com a localidade

Original:

compares two wide strings in accordance to the current locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função) [edit]

Documentação C para wcsncmp