STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::compute_plane_sizes< 0, LastIdx > Struct Template Reference

Specialization for first iteration of compute_plane_sizes. More...

Static Public Member Functions

template<typename Tuple >
static void apply (Tuple const &size, Tuple &plane_size)
 

Detailed Description

template<int LastIdx>
struct stapl::detail::compute_plane_sizes< 0, LastIdx >

Specialization for first iteration of compute_plane_sizes.

The first element represents the innermost dimension of the traversal, and thus isn't multiplied by any of the other dimensions.

Note
Traversal of the tuple occurs from 0 to tuple_size-1 for performance reasons.

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