KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Wrapper struct for logical xor, as the standard library does not provided a function object for it. More...
#include <mpi_ops.hpp>
Public Member Functions | |
constexpr bool | operator() (T const &lhs, T const &rhs) const |
Returns the logical xor of the two parameters. | |
Wrapper struct for logical xor, as the standard library does not provided a function object for it.
The actual implementation is used in case that the operation is a builtin operation for the given datatype.
T | type of the operands |
|
inlineconstexpr |
Returns the logical xor of the two parameters.
lhs | the first operand |
rhs | the second operand |