Searched defs:BOOST_HOF_IS_CLASS (Results 1 – 1 of 1) sorted by relevance
24 #define BOOST_HOF_IS_CLASS(...) __is_class(__VA_ARGS__) macro36 #define BOOST_HOF_IS_CLASS(...) __is_class(__VA_ARGS__) macro53 #define BOOST_HOF_IS_CLASS(...) std::is_class<__VA_ARGS__>::value macro