Functor computing equal between two values. More...
#include <eq.hh>

Public Types | |
| typedef Function_vv2b< void > | category |
| typedef eq< L, R > | exact_t |
| typedef bool | result |
Public Member Functions | |
| bool | operator() (const L &v1, const R &v2) const |
Functor computing equal between two values.
Definition at line 48 of file fun/vv2b/eq.hh.
typedef Function_vv2b<void> mln::Function_vv2b< eq< L, R > >::category [inherited] |
Reimplemented from mln::Function< eq< L, R > >.
Definition at line 205 of file function.hh.
typedef eq< L, R > mln::Object< eq< L, R > >::exact_t [inherited] |
typedef bool mln::Function_vv2b< eq< L, R > >::result [inherited] |
Definition at line 204 of file function.hh.
| bool mln::fun::vv2b::eq< L, R >::operator() | ( | const L & | v1, | |
| const R & | v2 | |||
| ) | const [inline] |
Definition at line 59 of file fun/vv2b/eq.hh.
1.7.1