HDK
|
#include <SYS_TypeTraits.h>
Check whether a type is arithmetic (integer or floating-point type), which means SYS_IsIntegral or SYS_IsFloatingPoint This struct should not be specialized; instead use SYS_DECLARE_IS_INTEGRAL and SYS_DECLARE_IS_FLOATING_POINT
Definition at line 93 of file SYS_TypeTraits.h.