Versions Compared

Key

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

template<typename T>
class GeoStd::IsFloatingPoint

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

True if floating point type

Variables

NameDescription
const bool Value = IsSame<UnqualifiedT, float>::Value || IsSame<UnqualifiedT, double>::Value

The result.