std::char_traits::find
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> const CharT* find( const CharT* p, std::size_t count, CharT a ); |
||
Searches for character a within the first count characters within character string pointed to by p.
Parameter
Rückgabewert
A pointer to the first character of value a withing the given character string.
Ausnahmen
(None)
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.
Komplexität
Linear .
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.
