Searched defs:is_polymorphic_imp1 (Results 1 – 1 of 1) sorted by relevance
30 struct is_polymorphic_imp1 struct33 typedef char d1, (&d2)[2];67 template <class T> struct is_polymorphic_imp1<T const> : public is_polymorphic_imp1<T>{}; struct68 template <class T> struct is_polymorphic_imp1<T const volatile> : public is_polymorphic_imp1<T>{}; struct69 template <class T> struct is_polymorphic_imp1<T volatile> : public is_polymorphic_imp1<T>{}; struct