Searched defs:and_op_impl (Results 1 – 1 of 1) sorted by relevance
130 struct and_op_impl struct131 { static const bool value = false; };134 struct and_op_impl<P1, P2, true> struct135 { static const bool value = P2::value; };