Specialization for if dst type is copy assignable from src type. More...
Specialization for if dst type is copy assignable from src type.
Definition at line 180 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
__device__ __host__ | copy_general (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 188 of file copy_general.hpp.