Simbody
3.7
|
Compile-time test: is this one of the built-in "arithmetic" types, meaning an integral or floating type? More...
Public Types | |
typedef OrOpType< typename IsIntegralType< T >::Result, typename IsFloatingType< T >::Result > | Result |
This typedef is TrueType if the template type T is one of the integral; or floating point types, otherwise it is FalseType. More... | |
Static Public Attributes | |
static const bool | result |
This compile-time constant bool is true if the template type T is one of the integral or floating point types, otherwise it is false. More... | |
Compile-time test: is this one of the built-in "arithmetic" types, meaning an integral or floating type?
typedef OrOpType<typename IsIntegralType<T>::Result, typename IsFloatingType<T>::Result> SimTK::IsArithmeticType< T >::Result |
|
static |
This compile-time constant bool is true if the template type T is one of the integral or floating point types, otherwise it is false.