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

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_IsArithmetic< T >:

Detailed Description

template<typename T>
struct SYS_IsArithmetic< T >

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.


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