|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
Wrapper struct for std::min (same rationale as max_impl). More...
#include <reduce_ops.hpp>
Public Member Functions | |
| constexpr T | operator() (T const &lhs, T const &rhs) const |
| Returns the minimum of the two parameters. | |
Wrapper struct for std::min (same rationale as max_impl).
| T | the type of the operands |
|
inlineconstexpr |
Returns the minimum of the two parameters.
| lhs | the first operand |
| rhs | the second operand |