◐ Shell
clean mode source ↗

std::basic_fstream::rdbuf - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

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

Retorna ponteiro para o objeto de dispositivo bruto de arquivos subjacente.

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.

Parâmetros

(Nenhum)

Original:

(none)

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

Valor de retorno

ponteiro para o arquivo de dispositivo subjacente prima.

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.

Exemplo