Home
last modified time | relevance | path

Searched refs:is_polymorphic_imp1 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_polymorphic.hpp30 struct is_polymorphic_imp1 struct
67 template <class T> struct is_polymorphic_imp1<T const> : public is_polymorphic_imp1<T>{}; struct
68 template <class T> struct is_polymorphic_imp1<T const volatile> : public is_polymorphic_imp1<T>{}; struct
69 template <class T> struct is_polymorphic_imp1<T volatile> : public is_polymorphic_imp1<T>{}; struct
93 typedef is_polymorphic_imp1<T> type;