Home
last modified time | relevance | path

Searched defs:BOOST_HOF_IS_CONVERTIBLE (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hof/detail/
Dintrinsics.hpp22 #define BOOST_HOF_IS_CONVERTIBLE(...) __is_convertible_to(__VA_ARGS__) macro
34 #define BOOST_HOF_IS_CONVERTIBLE(...) std::is_convertible<__VA_ARGS__>::value macro
51 #define BOOST_HOF_IS_CONVERTIBLE(...) std::is_convertible<__VA_ARGS__>::value macro