STLdoc
STLdocumentation
|
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 <ppltasks.h>
Static Public Member Functions | |
static auto | _Perform (std::function< _OutType(_InpType)> _Func) -> decltype(_Func) |
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'.
|
inlinestatic |