◐ Shell
clean mode source ↗

std::wcsspn - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<cwchar>

size_t wcsspn( const wchar_t* dest, const wchar_t* src );

Restituisce la lunghezza del massimo segmento iniziale della stringa puntata da ampia dest, che consiste solo i caratteri presenti nella stringa puntata da ampio 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.

Parametri

dest -

puntatore alla stringa con terminazione null ampio da analizzare

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 -

puntatore alla stringa con terminazione null ampio che contiene i caratteri da cercare

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.

Valore di ritorno

La lunghezza del segmento iniziale massima che contiene solo caratteri di stringa ampia puntato da src

Original:

The length of the maximum initial segment that contains only characters from 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.

Esempio

Vedi anche

restituisce la lunghezza massima del segmento iniziale che consiste
ampia del solo' non trovato in un'altra stringa larga

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.


(funzione) [modifica]

trova la prima posizione di carattere largo in una stringa di larghezza, in un'altra stringa di larghezza

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.


(funzione) [modifica]

C documentation for wcsspn