Home
last modified time | relevance | path

Searched refs:BOOST_HOF_IS_CONVERTIBLE (Results 1 – 4 of 4) 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
Ddelegate.hpp23 class=typename std::enable_if<BOOST_HOF_IS_CONVERTIBLE(__VA_ARGS__)>::type
26 class=typename std::enable_if<BOOST_HOF_AND_UNPACK(BOOST_HOF_IS_CONVERTIBLE(__VA_ARGS__))>::type
/third_party/boost/boost/hof/
Dfirst_of.hpp112 BOOST_HOF_IS_CONVERTIBLE(X, F1) &&
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dfirst_of.hpp.txt112 BOOST_HOF_IS_CONVERTIBLE(X, F1) &&