Searched defs:IsPointer (Results 1 – 1 of 1) sorted by relevance
67 template <typename Type> struct IsPointer : public FalseValue struct73 template <typename Type> struct IsPointer<Type *> : public TrueValue struct77 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct81 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct85 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct