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

Partial specialization for N=1. More...

Detailed Description

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

Partial specialization for N=1.

Definition at line 560 of file memory_c.hpp.

#include <memory_c.hpp>

Public Types

typedef boost::mpl::vector< T, boost::mpl::int_< N1 > > prim_vmpl
 the internal array primitive information represented into a boost mpl vector
 

Member Typedef Documentation

◆ prim_vmpl

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

the internal array primitive information represented into a boost mpl vector

Definition at line 563 of file memory_c.hpp.


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