Go to the source code of this file.
◆ NON_PARAMETRIC
#define NON_PARAMETRIC |
( |
|
FUN | ) |
|
Value:template <> \
struct Parametric<FUN> { \
static
const int value = 0; \
}
Definition at line 25 of file ParametricTrait.h.
◆ NON_PARAMETRIC_BINARY
#define NON_PARAMETRIC_BINARY |
( |
|
FUN | ) |
|
Value:template <typename A, typename B> \
struct Parametric<FUN<A, B> > { \
}
Definition at line 46 of file ParametricTrait.h.
◆ NON_PARAMETRIC_UNARY
#define NON_PARAMETRIC_UNARY |
( |
|
FUN | ) |
|
Value:template <typename A> \
struct Parametric<FUN<A> > { \
}
Definition at line 31 of file ParametricTrait.h.