std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped
De cppreference.com
< cpp | io | basic syncbuf
streambuf_type* get_wrapped() const noexcept; |
||
Devuelve un puntero al objeto std::basic_streambuf envuelto.
Contenido |
[editar] Parámetros
(Ninguno)
[editar] Notas
No se espera que se llame directamente a esta función: se llama a través de std::basic_osyncstream::get_wrapped.
[editar] Ejemplo
Esta sección está incompleta Razón: sin ejemplo |
[editar] Véase también
Obtiene un puntero al búfer del flujo de destino final. (función miembro pública de std::basic_osyncstream<CharT,Traits,Allocator> )
|