std::strspn
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>| Definido no cabeçalho <cstring>
|
||
size_t strspn( const char *dest, const char *src ); |
||
Retorna o comprimento do segmento inicial máximo da seqüência de byte apontado pelo
dest, que consiste apenas os personagens encontrados na cadeia de bytes apontado por src.Original:
Returns the length of the maximum initial segment of the byte string pointed to by
dest, that consists of only the characters found in byte 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.
You can help to correct and verify the translation. Click here for instructions.