std::basic_fstream::rdbuf
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> basic_filebuf<CharT, Traits>* rdbuf() const; |
||
Liefert Zeiger auf die zugrunde liegenden Rohdaten-Device-Objekt .
Original:
Returns pointer to the underlying raw file device object.
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.
Parameter
(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.
Rückgabewert
Zeiger auf die zugrunde liegenden Rohdaten-Gerät .
Original:
pointer to the underlying raw file device.
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.
