STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::_Init_func_transformer< _RetType > Class Template Reference

#include <ppltasks.h>

Static Public Member Functions

static auto _Perform (std::function< _RetType(void)> _Func) -> decltype(_Func)
 

Member Function Documentation

template<typename _RetType >
static auto Concurrency::_Init_func_transformer< _RetType >::_Perform ( std::function< _RetType(void)>  _Func) -> decltype(_Func)
inlinestatic
2850  {
2851  return _Func;
2852  }

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