STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::identity_selector< WF, has_result_type > Struct Template Reference

An identity workfunction used in the skeleton framework can be both typed and typeless. In most of the cases if the workfunction used in a parametric dependency is strictly typed, meaning that it has defined result_type, the corresponding identity workfunction should be typed with the same type. More...

Public Types

using type = identity< typename WF::result_type >
 

Detailed Description

template<typename WF, bool has_result_type = has_result_type<WF>::value>
struct stapl::identity_selector< WF, has_result_type >

An identity workfunction used in the skeleton framework can be both typed and typeless. In most of the cases if the workfunction used in a parametric dependency is strictly typed, meaning that it has defined result_type, the corresponding identity workfunction should be typed with the same type.


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