Protected Member Functions

mln::Function< E > Struct Template Reference
[Functions]

Base class for implementation of function-objects. More...

#include <function.hh>

Inherits mln::Object< E >.

Inherited by mln::Function_n2v< E >, mln::Function_v2v< E >, mln::Function_vv2b< E >, and mln::Function_vv2v< E >.

List of all members.

Protected Member Functions

 Function ()
 An operator() has to be provided.

Detailed Description

template<typename E>
struct mln::Function< E >

Base class for implementation of function-objects.

The parameter E is the exact type.

Definition at line 64 of file function.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Function< E >::Function (  )  [inline, protected]

An operator() has to be provided.

Its signature depends on the particular function-object one considers.

Definition at line 219 of file function.hh.