async_istream::async_istream Constructor
Constructor
template <
typename AlterCharType
>
async_istream(
streams::basic_istream<AlterCharType> astream
);
template <
typename AlterCharType
>
async_istream(
streams::streambuf<AlterCharType> strbuf
);
Parameters
AlterCharType
The data type of the basic element of the source streambuf.astream
The asynchronous stream whose stream buffer should be used for I/Ostrbuf
The asynchronous stream buffer to use for I/O
Requirements
Header: interopstream.h
Namespace: concurrency::streams