IndexFunction< Functor > Struct Template Reference
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>
List of all members.
Detailed Description
template<class Functor>
struct IndexFunction< Functor >
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.
Member Typedef Documentation
The documentation for this struct was generated from the following file: