logical_xor< C1, C2 > Struct Template Reference |
Public Member Functions | |
bool | operator() (const C1 &x, const C2 &y) const |
Detailed Description
template<typename C1, typename C2 = C1>
struct adobe::logical_xor< C1, C2 >
Definition at line 91 of file selection_algorithms.hpp.
Member Function Documentation
bool operator() | ( | const C1 & | x, |
const C2 & | y | ||
) | const |
- Returns:
x ^ y
Definition at line 94 of file selection_algorithms.hpp.