Searched refs:and_c (Results 1 – 1 of 1) sorted by relevance
17 constexpr bool and_c() in and_c() function23 constexpr bool and_c(bool b, Ts... bs) in and_c() function25 return b && and_c(bs...); in and_c()43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))