stdio_ostream::stdio_ostream Constructor
Constructor
template <
typename AlterCharType
>
stdio_ostream(
std::basic_ostream<AlterCharType>& stream
);
stdio_ostream(
const stdio_ostream &other
);
Parameters
AlterCharType
The data type of the basic element of the source output stream.stream
The synchronous stream that this is using for its I/Oother
The source object
Requirements
Header: interopstream.h
Namespace: concurrency::streams