Searched refs:BOOST_IS_CONVERTIBLE (Results 1 – 2 of 2) sorted by relevance
17 #ifndef BOOST_IS_CONVERTIBLE43 #ifndef BOOST_IS_CONVERTIBLE482 struct is_convertible : public integral_constant<bool, BOOST_IS_CONVERTIBLE(From, To)> {};
120 # define BOOST_IS_CONVERTIBLE(T,U) ((__is_convertible_to(T,U) || (is_same<T,U>::value && !is_func… macro214 # define BOOST_IS_CONVERTIBLE(T,U) __is_convertible_to(T,U) macro369 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value) macro