Compartilhar via


Construtor async_ostream::async_ostream

Construtor

template <
   typename AlterCharType
>
async_ostream(
   streams::basic_ostream<AlterCharType> astream
);

template <
   typename AlterCharType
>
async_ostream(
   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/S

  • strbuf
    O buffer de fluxo assíncrono para usar para E/S

Requisitos

Cabeçalho: interopstream.h

Namespace: concurrency::streams

Consulte também

Referência

Classe async_ostream