Base class for implementation of function-objects from a couple of values to a Boolean. More...
#include <function.hh>
Public Types | |
typedef Function_vv2b< void > | category |
typedef E | exact_t |
typedef bool | result |
Protected Member Functions | |
Function_vv2b () | |
Function_vv2b (const Function_vv2b &) |
Base class for implementation of function-objects from a couple of values to a Boolean.
The parameter E is the exact type.
typedef Function_vv2b<void> mln::Function_vv2b< E >::category |
Reimplemented from mln::Function< E >.
typedef E mln::Object< E >::exact_t [inherited] |
typedef bool mln::Function_vv2b< E >::result |
mln::Function_vv2b< E >::Function_vv2b | ( | ) | [inline, protected] |
mln::Function_vv2b< E >::Function_vv2b | ( | const Function_vv2b< E > & | rhs | ) | [inline, protected] |