KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
Loading...
Searching...
No Matches
kamping::ops::internal::min_impl< void > Struct Reference

Template specialization of min_impl without type parameter, leaving the operand type to be deduced. More...

#include <reduce_ops.hpp>

Public Member Functions

template<typename T >
constexpr auto operator() (T const &lhs, T const &rhs) const
 Returns the minimum of the two parameters.
 

Detailed Description

Template specialization of min_impl without type parameter, leaving the operand type to be deduced.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr auto kamping::ops::internal::min_impl< void >::operator() ( T const & lhs,
T const & rhs ) const
inlineconstexpr

Returns the minimum of the two parameters.

Template Parameters
Tthe type of the operands
Parameters
lhsthe first operand
rhsthe second operand

The documentation for this struct was generated from the following file: