Namespaces
Variants

std::basic_syncbuf<CharT,Traits,Allocator>:: get_wrapped

From cppreference.net
streambuf_type * get_wrapped ( ) const noexcept ;

Devuelve un puntero al std::basic_streambuf encapsulado.

Contenidos

Parámetros

(ninguno)

Notas

Esta función no está diseñada para ser llamada directamente: se llama a través de std::basic_osyncstream::get_wrapped .

Ejemplo

Véase también

obtiene un puntero al búfer de flujo de destino final
(función miembro pública de std::basic_osyncstream<CharT,Traits,Allocator> )