stdio_ostream::stdio_ostream-Konstruktor
Konstruktor
template <
typename AlterCharType
>
stdio_ostream(
std::basic_ostream<AlterCharType>& stream
);
stdio_ostream(
const stdio_ostream &other
);
Parameter
AlterCharType
Der Datentyp des grundlegenden Elements des Quellausgabestreams.stream
Der synchrone Stream, der für die E/A verwendet wird.other
Das Quellobjekt
Anforderungen
Header: interopstream.h
Namespace: concurrency::streams