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

Partial specialization for N=2. More...

Detailed Description

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

Partial specialization for N=2.

Definition at line 569 of file memory_c.hpp.

#include <memory_c.hpp>

Public Types

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> > array_to_vmpl< T[N1][N2]>::prim_vmpl

the internal array primitive information represented into a boost mpl vector

Definition at line 573 of file memory_c.hpp.


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