Searched defs:IsPointer (Results 1 – 1 of 1) sorted by relevance
64 template <typename Type> struct IsPointer : public FalseValue struct70 template <typename Type> struct IsPointer<Type *> : public TrueValue struct74 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct78 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct82 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct