$extrastylesheet
#include <mln/core/concept/function.hh>
Protected Member Functions | |
Function () | |
Function (const Function &) | |
Function< E > & | operator= (const Function< E > &) |
Public Types | |
typedef Function< void > | category |
typedef E | exact_t |
Base class for implementation of function-objects.
The parameter E is the exact type.
Definition at line 68 of file function.hh.
|
protected |
An operator() has to be provided.
Its signature depends on the particular function-object one considers.
|
protected |
|
protected |
typedef Function<void> mln::Function< E >::category |
Definition at line 70 of file function.hh.
|
inherited |