Condividi tramite


Costruttore async_istream::async_istream

Costruttore

template <
   typename AlterCharType
>
async_istream(
   streams::basic_istream<AlterCharType> astream
);

template <
   typename AlterCharType
>
async_istream(
   streams::streambuf<AlterCharType> strbuf
);

Parametri

  • AlterCharType
    Tipo di dati dell'elemento di base dell'origine streambuf.

  • astream
    Il flusso asincrono il cui buffer del flusso deve essere utilizzato per I/O

  • strbuf
    Il buffer del flusso asincrono da utilizzare per I/O

Requisiti

Intestazione: interopstream.h

Spazio dei nomi: concurrency::streams

Vedere anche

Riferimenti

Classe async_istream