selector for position or properties left side expression More...
selector for position or properties left side expression
vector | type of the original vector |
prp | property id |
Definition at line 73 of file vector_dist_operators_cuda.cuh.
Static Public Member Functions | |
static __device__ auto | value (vector &v, const unsigned int &k) -> decltype(v.template getProp< prp >(k)) |
return the value (position or property) of the particle k in the vector v | |
|
inlinestatic |
return the value (position or property) of the particle k in the vector v
Definition at line 76 of file vector_dist_operators_cuda.cuh.