◐ Shell
clean mode source ↗

std::basic_fstream::rdbuf — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

basic_filebuf<CharT, Traits>* rdbuf() const;

Renvoie un pointeur vers l'objet sous-jacent de fichier brut appareil .

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.

Paramètres

(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.

Retourne la valeur

pointeur vers le fichier de périphérique brute sous-jacente .

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.

Exemple