#include <CopyToHost.h>
This class template needs to be specialized for each device-side Event data product so that the framework can implicitly copy the device-side data product to the host memory. The specialization is expected to define static copyAsync() function as in the following example
The copyAsync() function should not explicitly synchronize the queue. The ExampleDeviceProduct and ExampleHostProduct can be the same type, if they internally are able to handle the memory allocation difference between host and device.
Definition at line 33 of file CopyToHost.h.