OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
t_to_memory_c_red_impl< T[N1][N2]> Struct Template Reference

Partial specialization for N=2. More...

Detailed Description

template<typename T, size_t N1, size_t N2>
struct t_to_memory_c_red_impl< T[N1][N2]>

Partial specialization for N=2.

Definition at line 99 of file t_to_memory_c.hpp.

#include <t_to_memory_c.hpp>

Public Types

typedef memory_c< multi_array< boost::mpl::vector< T, boost::mpl::int_< N1 >, boost::mpl::int_< N2 > > >, MEMORY_C_REDUCED > type
 transform a type T into a memory_c<multi_array<.......>,MEMORY_C_REDUCED>
 
typedef boost::mpl::vector< T, boost::mpl::int_< N1 >, boost::mpl::int_< N2 > > prim_vmpl
 the internal array primitive information represented into a boost mpl vector
 

Member Typedef Documentation

◆ prim_vmpl

template<typename T , size_t N1, size_t N2>
typedef boost::mpl::vector<T,boost::mpl::int_<N1>, boost::mpl::int_<N2> > t_to_memory_c_red_impl< T[N1][N2]>::prim_vmpl

the internal array primitive information represented into a boost mpl vector

Definition at line 107 of file t_to_memory_c.hpp.

◆ type

template<typename T , size_t N1, size_t N2>
typedef memory_c<multi_array<boost::mpl::vector<T,boost::mpl::int_<N1>, boost::mpl::int_<N2> > >,MEMORY_C_REDUCED> t_to_memory_c_red_impl< T[N1][N2]>::type

transform a type T into a memory_c<multi_array<.......>,MEMORY_C_REDUCED>

Definition at line 103 of file t_to_memory_c.hpp.


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