![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Check whether the specified data type T_To can be assigned to T_From. More...
#include <AssignableFrom.hpp>
Check whether the specified data type T_To can be assigned to T_From.
Read the check as a variable of the type T_From is assigned to a variable of the type T_To.
Equivalent to execute:
Definition at line 29 of file AssignableFrom.hpp.