Home
last modified time | relevance | path

Searched refs:is_class_or_union (Results 1 – 3 of 3) 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_enum.hpp42 struct is_class_or_union struct
50 struct is_class_or_union
112 || is_class_or_union<T>::value
129 || is_class_or_union<T>::value
/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.hpp579 , bool Filter = is_class_or_union<T>::value ||
613 static const bool value = is_class_or_union<T>::value && ! is_union<T>::value;
656 !is_class_or_union<T>::value &&
H A Dmeta_utils.hpp229 struct is_class_or_union struct