Metafunction to compute storage type for lhs side of workfunction invocation in Task::operator()
. Allows void and nonvoid types to be handled uniformly to avoid a complete specialization the Task
class template.
More...
Public Types | |
using | type = Result |
Metafunction to compute storage type for lhs side of workfunction invocation in Task::operator()
. Allows void and nonvoid types to be handled uniformly to avoid a complete specialization the Task
class template.
Result | The return type of the workfunction. |
Primary template is for non void returning workfunction. Reflect Result
.