[ Web Proxy ]
URL:
Viewing: http://pt.cppreference.com/cpp/string/byte/strspn [Back]  [Original]

std::strspn - cppreference.com
cppreference.com
Espaos nominais
Variantes

std::strspn

De cppreference.com

<metanoindex/>

 
 
Biblioteca cordas
Strings terminadas
Original:
Null-terminated strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Cadeias de bytes
Multibyte cordas
Cordas de largura
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Cordas de terminao nula de bytes
Funes
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulao personagem
Original:
Character manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Converses para formatos numricos
Original:
Conversions to numeric formats
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulao de cadeia
Original:
String manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exame String
Original:
String examination
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulao de memria
Original:
Memory manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Diversos
Original:
Miscellaneous
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Definido no cabealho <cstring>
size_t strspn( const char *dest, const char *src );
Retorna o comprimento do segmento inicial mximo da seqncia 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.

Parmetros

dest -
ponteiro para o byte string terminada em nulo para ser analisado
Original:
pointer to the null-terminated byte 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 -
ponteiro para o byte string NULL-Terminated que contm os caracteres a procurar
Original:
pointer to the null-terminated byte 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.

Valor de retorno

O comprimento do segmento inicial mximo que contm apenas caracteres de byte string apontada por src
Original:
The length of the maximum initial segment that contains only characters from 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.

Exemplo

Veja tambm

retorna o comprimento mximo do segmento inicial que consiste de
apenas os caracteres no encontrados na outra cadeia de byte
Original:
returns the length of the maximum initial segment that consists
of only the characters not found in another byte string
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funo) [edit]
encontra o primeiro local de qualquer caractere em um string, em outra seqncia
Original:
finds the first location of any character in one string, in another string
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funo) [edit]
Documentao C para strspn

Web Proxy Viewer  |  New URL  |  Original Page