std::basic_streambuf::setp
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> 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() == 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.
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.
You can help to correct and verify the translation. Click here for instructions.
Exemple
| This section is incomplete Reason: no example |
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) | |