vecmem 1.14.0
|
Wrapper struct around the copy_type
enumeration.
More...
#include <vecmem/utils/copy.hpp>
Public Types | |
enum | copy_type { host_to_device = 0 , device_to_host = 1 , host_to_host = 2 , device_to_device = 3 , unknown = 4 , count = 5 } |
Types of memory copies to handle. More... | |
Wrapper struct around the copy_type
enumeration.
The code does not use "enum struct type" to declare the copy type, as that unnecessarily makes it hard to use these values as array indices in client code.
Types of memory copies to handle.