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