This is the documentation for Enlighten.
struct GeoStd IsArithmetic
template<typename T>
struct GeoStd::IsArithmetic
Equivalent of std::is_arithmetic (c++11)
True if integral or floating point
Variables
Name | Description |
---|---|
const bool Value = IsIntegral<T>::Value || IsFloatingPoint<T>::Value | The result. |