OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
fill_prop_v_by_type< i, p, Graph, pos > Struct Template Reference

Operator for vector and scalar property. More...

Detailed Description

template<int i, typename p, typename Graph, int... pos>
struct fill_prop_v_by_type< i, p, Graph, pos >

Operator for vector and scalar property.

Template Parameters
iSize of the property
pType of the property
GraphGraph
posArray of properties

Definition at line 198 of file DistGraphFactory.hpp.

#include <DistGraphFactory.hpp>

Public Types

enum  { value = ((sizeof...(pos) != 0) * (std::is_array<pos_prop_type>::value + 1)) }
 
typedef boost::mpl::at< p,
boost::mpl::int_< 0 > >::type 
v_element
 
typedef boost::mpl::at
< typename Graph::V_type::type,
v_element >::type 
pos_prop_type
 

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