std::basic_stringstream::rdbuf
De cppreference.com
< cpp | io | basic stringstream
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
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.
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
Esta sección está incompleta Razón: sin ejemplo |