Construtor async_istream::async_istream
Construtor
template <
typename AlterCharType
>
async_istream(
streams::basic_istream<AlterCharType> astream
);
template <
typename AlterCharType
>
async_istream(
streams::streambuf<AlterCharType> strbuf
);
Parâmetros
AlterCharType
O tipo de dados do elemento básico da origem streambuf.astream
O fluxo assíncrono cujo buffer de fluxo deve ser usado para E/Sstrbuf
O buffer de fluxo assíncrono para usar para E/S
Requisitos
Cabeçalho: interopstream.h
Namespace: concurrency::streams