STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::details::_DefaultTaskHelper Struct Reference

#include <ppltasks.h>

Static Public Member Functions

static void __declspec (noreturn) __cdecl _NoCallOnDefaultTask_ErrorImpl()
 Helper function for throwing an error for task functions that cannot be called from a default constructed task. More...
 

Member Function Documentation

static void Concurrency::details::_DefaultTaskHelper::__declspec ( noreturn  )
inlinestatic

Helper function for throwing an error for task functions that cannot be called from a default constructed task.

145  {
146  _THROW_NCEE(invalid_operation, "This function cannot be called on a default constructed task");
147  }
#define _THROW_NCEE(x, y)
Definition: xstddef:78

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