HDK
|
Go to the source code of this file.
Macros | |
#define | SYS_DECLARE_IS_INTEGRAL(T) |
Declare a type as integral. More... | |
#define | SYS_DECLARE_IS_FLOATING_POINT(T) |
Declare a type as floating point. More... | |
#define | SYS_DECLARE_IS_POD(T) |
Declare a type as POD. More... | |
Provides facilities to decorate types that can then be tested using type traits.
Definition in file SYS_TypeDecorate.h.
#define SYS_DECLARE_IS_FLOATING_POINT | ( | T | ) |
Declare a type as floating point.
Definition at line 32 of file SYS_TypeDecorate.h.
#define SYS_DECLARE_IS_INTEGRAL | ( | T | ) |
Declare a type as integral.
Definition at line 24 of file SYS_TypeDecorate.h.
#define SYS_DECLARE_IS_POD | ( | T | ) |
Declare a type as POD.
Definition at line 40 of file SYS_TypeDecorate.h.