Versions Compared

Key

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

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

NameDescription
const T Value = v

The constant value.