This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

template<class T, class U>
struct GeoStd::IsSame

    └>FalseType
        └>GeoStd::IntegralConstant< bool, b >

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

Default implementation - false in the general case (the two types are different)

Variables

Name Description
const T Value = v

The constant value.

  • No labels