Given a set of properties for the destination (0,1,3,5) it copy the source properties (0,1,2,3) applying an operation. More...
Given a set of properties for the destination (0,1,3,5) it copy the source properties (0,1,2,3) applying an operation.
Definition at line 557 of file object_s_di.hpp.
#include <object_s_di.hpp>
Public Member Functions | |
object_s_di_op (const v_src &&vs, v_dst &&vd) | |
Implementation of the copy with operation. More... | |
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 565 of file object_s_di.hpp.
|
inline |
Implementation of the copy with operation.
vs | source object |
vd | destination object |
Definition at line 577 of file object_s_di.hpp.