Specialization for aggregate type objects. More...
#include <copy_general.hpp>
Public Member Functions | |
| __device__ __host__ | copy_general_op (const T &src, T &dst) |
| copy objects that are aggregates More... | |
Specialization for aggregate type objects.
Definition at line 270 of file copy_general.hpp.
|
inline |
copy objects that are aggregates
| src | source object to copy |
| dst | destination object |
Definition at line 278 of file copy_general.hpp.