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>
struct GeoStd::IsSame< T, T >

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

Partially specialises IsSame for when the two template arguments are the same - true in the case that the two types are the same.

Variables

Name Description
const T Value = v

The constant value.

  • No labels