$extrastylesheet
#include <mln/fun/vv2v/diff_abs.hh>
Public Member Functions | |
| V | operator() (const V &v1, const V &v2) const |
Public Types | |
| typedef Function_vv2v< void > | category |
| typedef diff_abs< V > | exact_t |
| typedef V | result |
Functor computing the absolute difference of two values.
| V | The type of the values to compare. |
Definition at line 51 of file fun/vv2v/diff_abs.hh.
| V mln::fun::vv2v::diff_abs< V >::operator() | ( | const V & | v1, |
| const V & | v2 | ||
| ) | const |
Compute the absolute difference of v1 and v2.
That is, compute
.
|
inherited |
Definition at line 191 of file function.hh.
|
inherited |
| typedef V mln::fun::vv2v::diff_abs< V >::result |
Definition at line 53 of file fun/vv2v/diff_abs.hh.