◐ Shell
clean mode source ↗

std::basic_streambuf::setp - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

void setp( char_type* pbeg, char_type* pend );

Define os valores dos ponteiros definem a área de venda. Especificamente, após a chamada pbase() == pbeg, pptr() == pbeg, epptr() == pend

Original:

Sets the values of the pointers defining the put area. Specifically, after the call pbase() == pbeg, pptr() == pbeg, epptr() == pend

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

Parâmetros

pbeg -

ponteiro para o novo início da área de venda

Original:

pointer to the new beginning of the put area

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

pend -

ponteiro para o novo fim de colocar a área

Original:

pointer to the new end of the put area

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

(Nenhum)

Original:

(none)

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

Exemplo

Veja também

reposiciona ponteiros o início, ao lado, e no fim da seqüência de entrada

Original:

repositions the beginning, next, and end pointers of the input sequence

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


(protegido função de membro) [edit]