aimstil
5.0.5
|
A class to "detemplate" a pure functor with two template arguments. More...
#include <til/TExprBasicFunctors.h>
Classes | |
struct | TypeStruct |
Public Member Functions | |
template<typename T1 , typename T2 > | |
TOperator< T1, T2 >::result_type | operator() (const T1 &x, const T2 &y) const |
template<typename T1 , typename T2 > | |
TOperator< T1, T2 >::result_type | operator() (T1 &x, const T2 &y) const |
A class to "detemplate" a pure functor with two template arguments.
i.e. to transform a F<T> into a F that has an operator()<T>.
Definition at line 128 of file TExprBasicFunctors.h.
|
inline |
Definition at line 142 of file TExprBasicFunctors.h.
|
inline |
Definition at line 149 of file TExprBasicFunctors.h.