Versions Compared

Key

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

template<typename T>
class GeoStd::IsClass

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

Variables

NameDescription
const bool Value = sizeof(test<T>(0)) == sizeof(yes)

The result.