STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::transformations::transform< S, SkeletonTag, CoarseTag > Struct Template Reference

In order to define a new transformation, you need to define a partial template specialization of this class. Since there is no default transformation, this class is only declared here. More...

Detailed Description

template<typename S, typename SkeletonTag, typename CoarseTag>
struct stapl::skeletons::transformations::transform< S, SkeletonTag, CoarseTag >

In order to define a new transformation, you need to define a partial template specialization of this class. Since there is no default transformation, this class is only declared here.

Template Parameters
Sthe skeleton to be transformed
SkeletonTagshould be used for partial specialization
TransformTagdetermines the type of transformation to be applied

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