and
for
do-while
const
volatile
typedef
new
delete
this
&&
int main() { static_assert((false and false) == false); static_assert((false and true) == false); static_assert((true and false) == false); static_assert((true and true) == true); }
and_eq
bitand
bitor
not
not_eq
or
or_eq
xor
xor_eq