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