Home
last modified time | relevance | path

Searched defs:is_class (Results 1 – 2 of 2) 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_class.hpp105 template <class T> struct is_class : public integral_constant<bool, ::boost::detail::is_class_impl<… struct
107 template <class T> struct is_class<const T> : public is_class<T>{}; struct
108 template <class T> struct is_class<const volatile T> : public is_class<T>{}; struct
109 template <class T> struct is_class<volatile T> : public is_class<T>{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp611 struct is_class struct
613 static const bool value = is_class_or_union<T>::value && ! is_union<T>::value;