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.
Static Public Member Functions | List of all members
Concurrency::streams::type_parser< CharType, T > Class Template Reference

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)
 

Detailed Description

template<typename CharType, typename T>
class Concurrency::streams::type_parser< CharType, T >

Class used to handle asychronous parsing for basic_istream::extract. To support new types create a new template specialization and implement the parse function.


The documentation for this class was generated from the following file: