Searched refs:TrueValue (Results 1 – 1 of 1) sorted by relevance
43 struct TrueValue struct70 template <typename Type> struct IsPointer<Type *> : public TrueValue74 template <typename Type> struct IsPointer<const Type *> : public TrueValue78 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue82 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue99 template <typename Type> struct IsSame<Type, Type> : public TrueValue