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

Trivial type metafunction reflecting second type parameter Used in variadic expansion of integral parameter packs of a class that wishes to define a tuple of homogeneous types (i.e., indexed_domain). More...

Public Types

typedef T type
 

Detailed Description

template<int N, typename T>
struct stapl::detail::tuple_type_reflector< N, T >

Trivial type metafunction reflecting second type parameter Used in variadic expansion of integral parameter packs of a class that wishes to define a tuple of homogeneous types (i.e., indexed_domain).


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