Home
last modified time | relevance | path

Searched refs:BOOST_IS_CONVERTIBLE (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_convertible.hpp17 #ifndef BOOST_IS_CONVERTIBLE
43 #ifndef BOOST_IS_CONVERTIBLE
482 struct is_convertible : public integral_constant<bool, BOOST_IS_CONVERTIBLE(From, To)> {};
H A Dintrinsics.hpp120 # define BOOST_IS_CONVERTIBLE(T,U) ((__is_convertible_to(T,U) || (is_same<T,U>::value && !is_func… macro
214 # define BOOST_IS_CONVERTIBLE(T,U) __is_convertible_to(T,U) macro
369 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value) macro