Home
last modified time | relevance | path

Searched refs:BOOST_IS_UNION (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_union.hpp19 #ifdef BOOST_IS_UNION
20 template <class T> struct is_union : public integral_constant<bool, BOOST_IS_UNION(T)> {};
H A Dintrinsics.hpp84 # define BOOST_IS_UNION(T) BOOST_STD_EXTENSION_NAMESPACE::is_union<T>::value macro
100 # define BOOST_IS_UNION(T) __is_union(T) macro
143 # define BOOST_IS_UNION(T) (__typeinfo(T) & 0x400) macro
172 # define BOOST_IS_UNION(T) __is_union(T) macro
254 # define BOOST_IS_UNION(T) __is_union(T) macro
298 # define BOOST_IS_UNION(T) __oracle_is_union(T) macro
327 # define BOOST_IS_UNION(T) __is_union(T) macro
354 # define BOOST_IS_UNION(T) __is_union(T) macro