< C++ Programming < Programming Languages < C++ < Code < Keywords

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

example:

variablebithex
a00113
b01106
a and_eq b00102
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.