This is just a tag class for the user function engine.
More...
#include <UserFunction.h>
Detailed Description
template<class UserFunction, class Expression>
struct UserFunctionEngine< UserFunction, Expression >
This is just a tag class for the user function engine.
It is templated on:
- UserFunction: The user function type. This will be a class that inherits from UserFunction below.
- Expression: The type of the expression to which the function is being applied. This should be an Array.
The documentation for this struct was generated from the following file: