FreePOOMA
2.4.1
|
IndexFunction is just a tag class for the index-function-engine engine, which makes a function of indices look like an array. More...
#include <IndexFunctionEngine.h>
Public Types | |
typedef Functor | Functor_t |
IndexFunction is just a tag class for the index-function-engine engine, which makes a function of indices look like an array.
It takes a Functor class type as a template argument. This functor is what turns indices into function values.
typedef Functor IndexFunction< Functor >::Functor_t |