|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
Logical XOR function object (no STL equivalent). More...
#include <reduce_ops.hpp>
Public Member Functions | |
| constexpr bool | operator() (T const &lhs, T const &rhs) const |
| Returns the logical XOR of the two parameters. | |
Logical XOR function object (no STL equivalent).
| T | type of the operands |
|
inlineconstexpr |
Returns the logical XOR of the two parameters.
| lhs | the first operand |
| rhs | the second operand |