<bitset>
Visual Studio 2012
Defines the template class bitset and two supporting template functions for representing and manipulating fixed-size sequences of bits.
#include <bitset>
|
Performs a bitwise AND between two bitsets. |
|
|
Inserts a text representation of the bit sequence into the standard output stream. |
|
|
Inserts a text representation of the bit sequence into the standard input stream. |
|
|
Performs a bitwise EXCLUSIVE-OR between two bitsets. |
|
|
Performs a bitwise OR between two bitsets. |