Is there such a thing? It is the first time I encountered a practical need for it, but I don\'t see one listed in Stroustrup. I intend to write:
// Detect wh
Use a simple:
return ((op1 ? 1 : 0) ^ (op2 ? 1 : 0));