C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
A concrete STL istream which relies on an asynchronous stream for its I/O. More...
#include <interopstream.h>
Public Member Functions | |
template<typename AlterCharType > | |
async_istream (const streams::basic_istream< AlterCharType > &astream) | |
Constructor More... | |
template<typename AlterCharType > | |
async_istream (const streams::streambuf< AlterCharType > &strbuf) | |
Constructor More... | |
A concrete STL istream which relies on an asynchronous stream for its I/O.
CharType | The data type of the basic element of the stream. |
|
inline |
Constructor
AlterCharType | The data type of the basic element of the source istream. |
astream | The asynchronous stream whose stream buffer should be used for I/O |
|
inline |
Constructor
AlterCharType | The data type of the basic element of the source streambuf . |
strbuf | The asynchronous stream buffer to use for I/O |