|
FreePOOMA
2.4.1
|
Users must specialize this struct for all tags. More...
#include <EngineFunctor.h>
Users must specialize this struct for all tags.
The specialization needs to contain Type_t and an apply method:
template<class T>
struct EngineFunctorScalar<T, MyTag >
{
typedef ... Type_t; inline static
Type_t apply(const T &s, const MyTag &t)
{
...
}
};
1.7.6.1