[ Web Proxy ]
URL:
Viewing: https://fr.cppreference.com/cpp/string/char_traits/find [Back]  [Original]

std::char_traits::find cppreference.com
cppreference.com
Espaces de noms
Variantes

std::char_traits::find

De cppreference.com

<metanoindex/>

<tbody> </tbody>
const CharT* find( const CharT* p, std::size_t count, CharT a );
Recherches pour a caractre dans les caractres count premiers pas dans une chane de caractres pointe par p .
Original:
Searches for character a within the first count characters within character string pointed to by p.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramtres

p -
pointeur vers une chane de caractres rechercher
Original:
pointer to a character string to search
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
count -
le nombre de caractres analyser
Original:
the number of characters to analyze
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
a -
le caractre rechercher
Original:
the character 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

Un pointeur vers le premier caractre de la valeur a withing la chane de caractres donne .
Original:
A pointer to the first character of value a withing the given character string.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exceptions

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

Complexit

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

Web Proxy Viewer  |  New URL  |  Original Page