Home
last modified time | relevance | path

Searched refs:and_c (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hof/detail/
Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))