std::basic_streambuf::setp
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() == pendOriginal:
Sets the values of the pointers defining the put area. Specifically, after the call
pbase() == pbeg, pptr() == pbeg, epptr() == pendThe 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.
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.
You can help to correct and verify the translation. Click here for instructions.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
