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

