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. |