std::char_traits::find
De cppreference.com
[] |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<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.
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.
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.
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.
You can help to correct and verify the translation. Click here for instructions.