#include <Function.h>
Allows a boost/TR1 like usage of Functor. \par Usage - free functions: e.g.@code Function<int(int,int)> f(&freeFunction);
see also test/Function/FunctionTest.cpp (the modified test program from boost)