Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A concrete STL ostream which relies on an asynchronous stream for its I/O.
template<
typename CharType
>
class async_ostream : public std::basic_ostream<CharType>;
Parameters
- CharType
The data type of the basic element of the stream.
Members
Public Constructors
Name |
Description |
|---|---|
Overloaded. Constructor |
Requirements
Header: interopstream.h
Namespace: concurrency::streams