Searched refs:is_polymorphic_imp1 (Results 1 – 1 of 1) sorted by relevance
30 struct is_polymorphic_imp1 struct67 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>{}; struct93 typedef is_polymorphic_imp1<T> type;