FreePOOMA
2.4.1
|
The most generic version of EngineFunctor falls through to EngineFunctorDefault. More...
#include <EngineFunctor.h>
The most generic version of EngineFunctor falls through to EngineFunctorDefault.
(We define template<class Tag> EngineFunctor<ExpressionEngine, Tag> so you cannot define template<class Engine> EngineFunctor<Engine, SpecificTag> without ambiguities.
By using EngineFunctorDefault, you can define general operations for a given tag that will be caught by all non-expression engines.