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.
|
Class used to handle asychronous parsing for basic_istream::extract. To support new types create a new template specialization and implement the parse function. More...
#include <streams.h>
Static Public Member Functions | |
static pplx::task< T > | parse (streams::streambuf< CharType > buffer) |
Class used to handle asychronous parsing for basic_istream::extract. To support new types create a new template specialization and implement the parse function.