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

Meta-function t_to_memory_c_red. More...

Detailed Description

template<typename T>
struct t_to_memory_c_red< T >

Meta-function t_to_memory_c_red.

Meta-function t_to_memory_c, convert the type T into an appropriate memory_c<....,MEMORY_C_REDUCED> type

basically it convert t_to_memory_c<float> into memory_c<float,MEMORY_C_REDUCED> and array specification like t_to_memory_c<float[3][3]> into memory_c<multy_array<float,3,3>,MEMORY_C_REDUCED>, and so on for higher dimensionality

Definition at line 274 of file t_to_memory_c.hpp.

#include <t_to_memory_c.hpp>

Public Types

typedef t_to_memory_c_red_impl< typename remove_attributes_const_ref< T >::type >::type type
 

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