Bitwise operations

From cppreference.com


The following bitwise logical operations are provided.

computes bitwise AND
(function template)
computes bitwise AND NOT
(function template)
computes bitwise OR
(function template)
computes bitwise NOT
(function template)
computes bitwise XOR
(function template)