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 buffer for its I/O. More...
#include <interopstream.h>
Public Member Functions | |
async_iostream (const streams::streambuf< CharType > &strbuf) | |
Constructor More... | |
A concrete STL istream which relies on an asynchronous stream buffer for its I/O.
CharType | The data type of the basic element of the stream. |
|
inline |
Constructor
strbuf | The asynchronous stream buffer to use for I/O |