![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Check whether the copy constructor of the data source T respects the const correctness of the data type. More...
#include <CopyConstructableDataSource.hpp>
Check whether the copy constructor of the data source T respects the const correctness of the data type.
Data sources have a data type that can be mutable or constant (marked with const). The following copies or assignments to a new object with the corresponding data type are possible:
Definition at line 23 of file CopyConstructableDataSource.hpp.