A functor computing the minimum of two values. More...
#include <min.hh>
Public Types | |
typedef Function_vv2v< void > | category |
typedef min< L, R > | exact_t |
typedef L | result |
Public Member Functions | |
L | operator() (const L &v1, const R &v2) const |
A functor computing the minimum of two values.
typedef Function_vv2v<void> mln::Function_vv2v< min< L, R > >::category [inherited] |
Reimplemented from mln::Function< min< L, R > >.
typedef min< L, R > mln::Object< min< L, R > >::exact_t [inherited] |
typedef L mln::fun::vv2v::min< L, R >::result |
L mln::fun::vv2v::min< L, R >::operator() | ( | const L & | v1, | |
const R & | v2 | |||
) | const [inline] |
References mln::math::min().