KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Template specialization for kamping::internal::min_impl
without type parameter, which leaves the 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 > | |
constexpr auto | operator() (T const &lhs, T const &rhs) const |
Returns the maximum of the two parameters. | |
Template specialization for kamping::internal::min_impl
without type parameter, which leaves the 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 maximum of the two parameters.
lhs | the first operand |
rhs | the second operand |
T | the type of the operands |