Idiomatic alternative for operator logical-and-equals?
C++ has ‘accumulator’ operations for arithmetic (+,-,*,/) , and for bitwise operations AND and OR – but not for logical operations.
C++ has ‘accumulator’ operations for arithmetic (+,-,*,/) , and for bitwise operations AND and OR – but not for logical operations.