isArithmeticType<T>::value is a compile time constant that is only true if T can be used in normal arithmetic operations. More...
#include <classTraits.h>
Public Types | |
enum | { value = isIntegralType<U>::value || isFloatType<U>::value } |
typedef removeCV< T >::type | MutableType |
typedef removeReference < MutableType >::type | U |
isArithmeticType<T>::value is a compile time constant that is only true if T can be used in normal arithmetic operations.
Definition at line 1016 of file classTraits.h.
typedef removeCV<T>::type MutableType |
Definition at line 1023 of file classTraits.h.
typedef removeReference<MutableType>::type U |
Definition at line 1024 of file classTraits.h.
anonymous enum |
Definition at line 1027 of file classTraits.h.