It copy the properties from one object to another applying an operation. More...
It copy the properties from one object to another applying an operation.
Given a set of properties for the destination object (0,1,3) it copy that properties to the source object properties (0,1,2) applying an operation
For object we mean an object that follow the OpenFPM data structure format, see openFPM_data wiki for more information
Definition at line 600 of file object_s_di.hpp.
#include <object_s_di.hpp>
Public Member Functions | |
__device__ __host__ | object_s_di_op (const v_src &vs, v_dst &&vd) |
Implementation of the copy with operation. More... | |
__device__ __host__ | object_s_di_op (const v_src &vs, v_dst &vd) |
Implementation of the copy with operation. More... | |
|
inline |
Implementation of the copy with operation.
vs | source object |
vd | destination object |
Definition at line 608 of file object_s_di.hpp.
|
inline |
Implementation of the copy with operation.
vs | source object |
vd | destination object |
Definition at line 620 of file object_s_di.hpp.