OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
multi_array< T > Class Template Reference

This class is a trick to indicate the compiler a specific specialization pattern. More...

Detailed Description

template<typename T>
class multi_array< T >

This class is a trick to indicate the compiler a specific specialization pattern.

In particular it say that a multidimensional array has been found and need a special treatment, T is suppose to be a boost::mpl::vector of unsigned int indicating each dimension. T has to be a type of known size at compile time

Definition at line 239 of file memory_c.hpp.

#include <memory_c.hpp>

Private Types

typedef T type
 

Member Typedef Documentation

◆ type

template<typename T >
typedef T multi_array< T >::type
private

Definition at line 241 of file memory_c.hpp.


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