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
pplx::_Continuation_func_transformer< _InpType, _OutType > Class Template Reference

A helper class template that transforms a continuation lambda that either takes or returns void, or both, into a lambda that takes and returns a non-void type (details::_Unit_type is used to substitute for void). This is to minimize the special handling required for 'void'. More...

#include <pplxtasks.h>

Static Public Member Functions

static auto _Perform (std::function< _OutType(_InpType)> _Func) -> decltype(_Func)
 

Detailed Description

template<typename _InpType, typename _OutType>
class pplx::_Continuation_func_transformer< _InpType, _OutType >

A helper class template that transforms a continuation lambda that either takes or returns void, or both, into a lambda that takes and returns a non-void type (details::_Unit_type is used to substitute for void). This is to minimize the special handling required for 'void'.


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