Searched refs:is_polymorphic (Results 1 – 14 of 14) sorted by relevance
108 template <class T> struct is_polymorphic : public integral_constant<bool, ::boost::detail::is_polym… struct112 template <class T> struct is_polymorphic : public integral_constant<bool, BOOST_IS_POLYMORPHIC(T)> …
219 # if __has_feature(is_polymorphic)
135 __and_<is_polymorphic<_Tp>,
330 /// is_polymorphic332 struct is_polymorphic
313 is_polymorphic<_From>::value &&
101 template <class T> struct is_polymorphic;295 = is_polymorphic<T>::value; // C++171590 // is_polymorphic1592 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC)1595 struct _LIBCPP_TEMPLATE_VIS is_polymorphic1605 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_polymorphic1608 #endif // __has_feature(is_polymorphic)1613 = is_polymorphic<_Tp>::value;
123 constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;
719 /// is_polymorphic721 struct is_polymorphic3094 inline constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;