Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename T>
struct GeoStd::IsArithmetic

Equivalent of std::is_arithmetic (c++11)

True if integral or floating point

Variables

NameDescription
const bool Value = IsIntegral<T>::Value || IsFloatingPoint<T>::Value

The result.