Share via


async_iostream::async_iostream Constructor

Constructor

async_iostream(
   streams::streambuf<CharType> strbuf
);

Parameters

  • strbuf
    The asynchronous stream buffer to use for I/O

Requirements

Header: interopstream.h

Namespace: concurrency::streams

See Also

Reference

async_iostream Class