EngineFunctorDefault< Eng, Tag > Struct Template Reference
The most generic version of
EngineFunctor falls through to
EngineFunctorDefault.
More...
#include <EngineFunctor.h>
Detailed Description
template<class Eng, class Tag>
struct EngineFunctorDefault< Eng, Tag >
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.
The documentation for this struct was generated from the following file: