Searched defs:and_or (Results 1 – 2 of 2) sorted by relevance
589 struct and_or { struct590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value; argument
143 void (*and_or) (bitset, bitset, bitset, bitset); member