std::wcschr - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Definido no cabeçalho <cwchar> |
||
|
|
||
|
|
||
Encontra a primeira ocorrência do ch caracteres largos na cadeia de gama apontado por 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.
Parâmetros
| str | - | ponteiro para a string terminada em null amplo para ser analisado Original: pointer to the null-terminated wide string to be analyzed The text has been machine-translated via Google Translate. |
| ch | - | caracteres largos para pesquisar Original: wide character to search for The text has been machine-translated via Google Translate. |
Valor de retorno
Ponteiro para o caractere encontrado em str, ou NULL se nenhum desses personagens é encontrada.
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.
Exemplo
Veja também
localiza a última ocorrência de um caractere largo em uma seqüência de largura Original: finds the last occurrence of a wide character in a wide string The text has been machine-translated via Google Translate. (função) [edit] | |
encontra o primeiro local de qualquer caractere de largura em uma cadeia de largura, em outra seqüência de largura 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. (função) [edit] | |
Documentação C para wcschr | |