Specialization for object that can be assigned with an operator copy. More...
Specialization for object that can be assigned with an operator copy.
Definition at line 254 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
__device__ __host__ | copy_general_op (const T &src, T &dst) |
copy objects that has an operator= (implicit or explicit) | |
|
inline |
copy objects that has an operator= (implicit or explicit)
src | source object to copy |
dst | destination object |
Definition at line 262 of file copy_general.hpp.