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.
Public Types | Public Attributes | Static Public Attributes | List of all members
pplx::details::_TaskTypeTraits< _Type, _IsAsync > Struct Template Reference

Public Types

typedef _UnwrapTaskType< _Type >::_Type _TaskRetType
 
typedef _NormalizeVoidToUnitType< _TaskRetType >::_Type _NormalizedTaskRetType
 

Public Attributes

decltype(_AsyncOperationKindSelector(stdx::declval< _Type >())) typedef _AsyncKind
 

Static Public Attributes

static const bool _IsAsyncTask = false
 
static const bool _IsUnwrappedTaskOrAsync = _IsUnwrappedAsyncSelector<_AsyncKind>::_Value
 

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