Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/detail/
Dintrinsics.hpp24 #define BOOST_HOF_IS_CLASS(...) __is_class(__VA_ARGS__) macro
36 #define BOOST_HOF_IS_CLASS(...) __is_class(__VA_ARGS__) macro
53 #define BOOST_HOF_IS_CLASS(...) std::is_class<__VA_ARGS__>::value macro