selector for position or properties left side expression More...
Public Types | |
| typedef boost::mpl::at< typename vector::value_type::type, boost::mpl::int_< prp > >::type | property_act |
Static Public Member Functions | |
| __device__ static __host__ auto | value (vector &v, const vect_dist_key_dx &k) -> decltype(v.template getProp< prp >(k)) |
| return the value (position or property) of the particle k in the vector v | |
| __device__ static __host__ auto | value_type (vector &&v, const vect_dist_key_dx &k) -> decltype(v.template getProp< prp >(k)) |
| return the value (position or property) of the particle k in the vector v | |
selector for position or properties left side expression
| vector | type of the original vector |
| prp | property id |
Definition at line 46 of file vector_dist_operators_cuda.cuh.