async_iostream Class

A concrete STL istream which relies on an asynchronous stream buffer for its I/O.

template<
   typename CharType
>
class async_iostream : public std::basic_iostream<CharType>;

Parameters

  • CharType
    The data type of the basic element of the stream.

Members

Public Constructors

Name

Description

async_iostream::async_iostream Constructor

Constructor

Requirements

Header: interopstream.h

Namespace: concurrency::streams

See Also

Reference

concurrency::streams Namespace