C++ Programming/Programming Languages/C++/Code/Keywords/and eq

and_eq is the bitwise and operator. The alternative writing is &.

example:

variablebithex
a00113
b01106
a and_eq b00102
Category:Book:C++ Programming#Programming%20Languages/C++/Code/Keywords/and%20eq%20
Category:Book:C++ Programming