|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
Template specialization for kamping::internal::logical_xor_impl without type parameter, which leaves to operand type to be deduced. The actual implementation is used in case that the operation is a builtin operation for the given datatype.
More...
#include <mpi_ops.hpp>
Public Member Functions | |
| template<typename T , typename S > | |
| constexpr bool | operator() (T const &lhs, S const &rhs) const |
| Returns the logical xor of the two parameters. | |
Template specialization for kamping::internal::logical_xor_impl without type parameter, which leaves to operand type to be deduced. The actual implementation is used in case that the operation is a builtin operation for the given datatype.
|
inlineconstexpr |
Returns the logical xor of the two parameters.
| lhs | the left operand |
| rhs | the right operand |
| T | type of the left operand |
| S | type of the right operand |