OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Ft_chunk< n_ele, const T(&)[N1]> Struct Template Reference

Special case for vector. More...

Detailed Description

template<typename n_ele, typename T, int N1>
struct Ft_chunk< n_ele, const T(&)[N1]>

Special case for vector.

Definition at line 38 of file SparseGridUtil.hpp.

#include <SparseGridUtil.hpp>

Public Types

typedef encapsulated_type< std::array< T, n_ele::value >[N1]> type
 

Member Typedef Documentation

◆ type

template<typename n_ele , typename T , int N1>
typedef encapsulated_type<std::array<T,n_ele::value>[N1]> Ft_chunk< n_ele, const T(&)[N1]>::type

Definition at line 41 of file SparseGridUtil.hpp.


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