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