Function which returns the bitwise xor of its arguments. More...
Public Member Functions | |
template<typename Reference1 , typename Reference2 > | |
bool | operator() (Reference1 x, Reference2 y) const |
Public Types | |
using | first_argument_type = T |
using | second_argument_type = T |
using | result_type = bool |
Function which returns the bitwise xor of its arguments.
T | Type of the arguments. |