OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Member Typedef Documentation

◆ type

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

Definition at line 33 of file SparseGridUtil.hpp.


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