|  | alpaka
    Abstraction Library for Parallel Kernel Acceleration | 
Check if a type used as kernel argument is trivially copyable. More...
#include <Traits.hpp>
 Inheritance diagram for alpaka::IsKernelArgumentTriviallyCopyable< T, typename >:
 Inheritance diagram for alpaka::IsKernelArgumentTriviallyCopyable< T, typename >: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 263 of file Traits.hpp.