OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
Ft_chunk< n_ele, T > Struct Template Reference

transform T=aggregate<float,double,int> into aggregate<std::array<float,n_ele>,std::array<double,n_ele>,std::array<int,n_ele>> More...

Detailed Description

template<typename n_ele, typename T>
struct Ft_chunk< n_ele, T >

transform T=aggregate<float,double,int> into aggregate<std::array<float,n_ele>,std::array<double,n_ele>,std::array<int,n_ele>>

Definition at line 31 of file SparseGridUtil.hpp.

#include <SparseGridUtil.hpp>

Public Types

typedef encapsulated_type< std::array< typename std::remove_const< typename std::remove_reference< T >::type >::type, n_ele::value > > type
 

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