Operator for vector and scalar property. More...
Operator for vector and scalar property.
i | Size of the property |
p | Type of the property |
Graph | Graph |
pos | Array 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< typenameGraph::V_type::type, v_element >::type | pos_prop_type |
typedef boost::mpl::at<typenameGraph::V_type::type,v_element>::type fill_prop_v_by_type< i, p, Graph, pos >::pos_prop_type |
Definition at line 202 of file DistGraphFactory.hpp.
typedef boost::mpl::at<p,boost::mpl::int_<0>>::type fill_prop_v_by_type< i, p, Graph, pos >::v_element |
Definition at line 201 of file DistGraphFactory.hpp.
anonymous enum |
Definition at line 204 of file DistGraphFactory.hpp.