Espacios de nombres
Variantes
Acciones

std::basic_fstream::rdbuf

De cppreference.com
< cpp‎ | io‎ | basic fstream
 
 
 
std::basic_fstream
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_fstream::rdbuf
Las operaciones de archivo
Original:
File operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Terceros funciones
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
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