STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::homogeneous_tuple_to_array< Tuple > Struct Template Reference

Convert a tuple of homogeneous types to an std::array. More...

Static Public Member Functions

static type apply (Tuple const &t)
 

Public Types

using type = std::array< typename tuple_element< 0, Tuple >::type, tuple_size< Tuple >::value >
 

Detailed Description

template<typename Tuple>
struct stapl::homogeneous_tuple_to_array< Tuple >

Convert a tuple of homogeneous types to an std::array.


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