std::basic_streambuf::setp
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> void setp( char_type* pbeg, char_type* pend ); |
||
Setzt die Werte der Zeiger Definition der Put-Bereich. Insbesondere nach dem Aufruf
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.
Parameter
| pbeg | - | Zeiger auf den neuen Anfang der Put-Bereich
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 | - | Zeiger auf das neue Ende der Put-Bereich
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. |
Rückgabewert
(None)
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.
Beispiel
| This section is incomplete Reason: no example |
