◐ Shell
clean mode source ↗

std::basic_streambuf::setp — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

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

Définit les valeurs des pointeurs définissant la zone de mise. Plus précisément, après l'appel 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.

Paramètres

pbeg -

pointeur vers le nouveau départ de la zone de mise

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 -

pointeur à la fin de la nouvelle zone de mise

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.

Retourne la valeur

(Aucun)

Original:

(none)

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

Exemple

Voir aussi

repositionne le début des pointeurs, à côté, et à la fin de la séquence d'entrée

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.


(fonction membre protégée) [edit]