Espacios de nombres
Variantes
Acciones

std::{{{1}}}::rdbuf

De cppreference.com


basic_filebuf<CharT, Traits>* rdbuf() const;
Devuelve puntero al objeto subyacente prima de archivo de dispositivo .
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.

[editar] Parámetros

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

[editar] Valor de retorno

puntero al dispositivo de archivo RAW subyacente .
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.

[editar] Ejemplo