![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Specialize the trait for DataSource class if the object is copyable. More...
#include <trait.hpp>
Specialize the trait for DataSource class if the object is copyable.
| TDataSource | The DataSource class. |
The trait is used in the alpaka::internal::concepts::CopyConstructableDataSource concept to check whether the copy constructor respects the const correctness of the data type.
Example specialization: