HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_IsTriviallyRelocatable< T > Struct Template Reference

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_IsTriviallyRelocatable< T >:

Detailed Description

template<typename T>
struct SYS_IsTriviallyRelocatable< T >

If SYS_IsTriviallyRelocatable is true, then it should be safe to bitwise copy an object of type T to a different memory location. This can be declared using the macro SYS_DECLARE_IS_TR

Definition at line 78 of file SYS_TypeTraits.h.


The documentation for this struct was generated from the following file: