This is the documentation for Enlighten.
class GeoStd IsClass
template<typename T>
class GeoStd::IsClass
Equivalent of std::is_class (c++11)
Variables
Name | Description |
---|---|
const bool Value = sizeof(test<T>(0)) == sizeof(yes) | The result. |