and
do-while
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
or
or_eq
bitor
xor
xor_eq
not
not_eq
compl