alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Check if a type used as kernel argument is trivially copyable. More...
#include <Traits.hpp>
Check if a type used as kernel argument is trivially copyable.
It's implementation defined whether the closure type of a lambda is trivially copyable. Therefor the default implementation is true for trivially copyable or empty (stateless) types.
T | type to check |
Definition at line 261 of file Traits.hpp.