HDK
|
#include <type_traits>
Go to the source code of this file.
Macros | |
#define | SYS_DECLARE_IS_ARITHMETIC(T) |
Declare a type as arithmetic. 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_ARITHMETIC | ( | T | ) |
Declare a type as arithmetic.
Definition at line 21 of file SYS_TypeDecorate.h.
#define SYS_DECLARE_IS_POD | ( | T | ) |
Declare a type as POD.
Definition at line 33 of file SYS_TypeDecorate.h.