Partial specialization for N=1. More...
Partial specialization for N=1.
Definition at line 74 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 > > >, MEMORY_C_REDUCED > | type |
transform a type T into memory_c<T,MEMORY_C_REDUCED> | |
typedef boost::mpl::vector< T, boost::mpl::int_< N1 > > | prim_vmpl |
the internal array primitive information represented into a boost mpl vector | |
typedef boost::mpl::vector<T,boost::mpl::int_<N1> > t_to_memory_c_red_impl< T[N1]>::prim_vmpl |
the internal array primitive information represented into a boost mpl vector
Definition at line 80 of file t_to_memory_c.hpp.
typedef memory_c<multi_array<boost::mpl::vector<T,boost::mpl::int_<N1> > >,MEMORY_C_REDUCED> t_to_memory_c_red_impl< T[N1]>::type |
transform a type T into memory_c<T,MEMORY_C_REDUCED>
Definition at line 77 of file t_to_memory_c.hpp.