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