OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
has_pack_agg_impl< T, N, result_p, vprp > Struct Template Reference

These set of classes generate an array definition at compile-time. More...

Detailed Description

template<class T, size_t N, typename result_p, class vprp>
struct has_pack_agg_impl< T, N, result_p, vprp >

These set of classes generate an array definition at compile-time.

These set of classes generate an array definition at compile-time

See Also
generate_arrayGenerate the array specializing ArrayHolder

Definition at line 32 of file has_pack_agg.hpp.

#include <has_pack_agg.hpp>

Public Types

typedef boost::mpl::at< vprp,
typename boost::mpl::int_< N-1 >
>::type 
vprp_N
 
typedef boost::mpl::at
< typename T::type, vprp_N >
::type 
stype
 
typedef boost::mpl::bool_
< has_pack< stype >::value|result_p::value > 
result_n
 
typedef has_pack_agg_impl< T,
N-1, result_n, vprp >::result 
result
 

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