thrust
|
#include <thrust/type_traits/is_trivially_relocatable.h>
Inherits false_type.
Customization point that can be customized to indicate that a type T
is TriviallyRelocatable, e.g. can be copied bitwise (with a facility like memcpy
).