Costruttore streambuf::streambuf
Costruttore.
streambuf(
_In_ const std::shared_ptr<details::basic_streambuf<_CharType>> &ptr
);
streambuf();
streambuf(
const streambuf &other
);
template <
typename AlterCharType
>
streambuf(
const streambuf<AlterCharType> &other
);
streambuf(
streambuf &&other
);
Parametri
AlterCharType
Tipo di dati dell'elemento di base dell'origine streambuf.ptr
Un puntatore all'implementazione del buffer del flusso concreto.other
Oggetto di origine.
Requisiti
Intestazione: astreambuf.h
Spazio dei nomi: concurrency::streams