Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/detail/
Dintrinsics.hpp25 #define BOOST_HOF_IS_EMPTY(...) __is_empty(__VA_ARGS__) macro
37 #define BOOST_HOF_IS_EMPTY(...) __is_empty(__VA_ARGS__) macro
54 #define BOOST_HOF_IS_EMPTY(...) std::is_empty<__VA_ARGS__>::value macro