OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
type_cpu_prop< p, mem > Struct Template Reference

This class is an helper to get the return type for get method for each property. More...

Detailed Description

template<unsigned int p, typename mem>
struct type_cpu_prop< p, mem >

This class is an helper to get the return type for get method for each property.

This class is an helper to get the return type for get method for each property

Parameters
pid of the property
Toriginal boost fusion vector, T is suppose to be a boost::fusion::vector<memory_c<...>,.....>

Definition at line 165 of file Encap.hpp.

#include <Encap.hpp>

Public Types

typedef mem::vtype vtype
 return a boost::fusion::vector<memory_c<....>....>
 
typedef
boost::fusion::result_of::at
< vtype, boost::mpl::int_< p >
>::type 
type
 return a memory_c<...>
 

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