Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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