Functor computing "greater or equal than" between two values. More...
#include <ge.hh>
Public Types | |
typedef Function_vv2b< void > | category |
typedef ge< L, R > | exact_t |
typedef bool | result |
Public Member Functions | |
bool | operator() (const L &v1, const R &v2) const |
Functor computing "greater or equal than" between two values.
typedef Function_vv2b<void> mln::Function_vv2b< ge< L, R > >::category [inherited] |
Reimplemented from mln::Function< ge< L, R > >.
typedef ge< L, R > mln::Object< ge< L, R > >::exact_t [inherited] |
typedef bool mln::Function_vv2b< ge< L, R > >::result [inherited] |
bool mln::fun::vv2b::ge< L, R >::operator() | ( | const L & | v1, | |
const R & | v2 | |||
) | const [inline] |