![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Check if the kernel type is trivially copyable. More...
#include <trait.hpp>
Check if the kernel type is trivially copyable.
The default implementation is true for trivially copyable types (or for extended lambda expressions for CUDA).
| T | type to check |