$extrastylesheet
#include <mln/fun/vv2v/max.hh>
Public Member Functions | |
| V | operator() (const V &v1, const V &v2) const |
Public Types | |
| typedef Function_vv2v< void > | category |
| typedef max< V > | exact_t |
| typedef V | result |
A functor computing the maximum of two values.
Definition at line 49 of file fun/vv2v/max.hh.
| V mln::fun::vv2v::max< V >::operator() | ( | const V & | v1, |
| const V & | v2 | ||
| ) | const |
|
inherited |
Definition at line 191 of file function.hh.
|
inherited |
| typedef V mln::fun::vv2v::max< V >::result |
Definition at line 51 of file fun/vv2v/max.hh.