STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::paragraph_impl::result_storage_mf< Result > Struct Template Reference

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
 

Detailed Description

template<typename Result>
struct stapl::paragraph_impl::result_storage_mf< 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.

Template Parameters
ResultThe return type of the workfunction.

Primary template is for non void returning workfunction. Reflect Result.


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