Espacios de nombres
Variantes
Acciones

std::basic_istringstream::rdbuf

De cppreference.com
 
 
 
std::basic_istringstream
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_istringstream::rdbuf
Operaciones con cadenas
Original:
String operations
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, Allocator>* rdbuf()const;

Returns pointer to the underlying raw string device object.

[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

pointer to the underlying raw string device.

[editar]Ejemplo

close