Bitwise Operations | |||||||||||||||
Classes | |
| class | bitwise_and< T > |
operator() returns x & y. More... | |
| class | bitwise_or< T > |
operator() returns x | y. More... | |
| class | bitwise_xor< T > |
operator() returns x ^ y. More... | |
Detailed Description
The library provides basic function object classes for all of the bitwise logical operators in the language.

