aimstil
5.0.5
|
Wrap functors so that it can accept pairs as input – it then apply the functor on the second argument. More...
#include <cathier/SparseVector.h>
Public Types | |
typedef TOutput | return_type |
Public Member Functions | |
WrapFunctorForPairs () | |
template<typename T1 , typename T2 > | |
TOutput | operator() (T1 x1, T2 x2) |
Wrap functors so that it can accept pairs as input – it then apply the functor on the second argument.
Definition at line 116 of file SparseVector.h.
typedef TOutput til::WrapFunctorForPairs< TFunctor, TOutput >::return_type |
Definition at line 120 of file SparseVector.h.
|
inline |
Definition at line 136 of file SparseVector.h.
|
inline |
Definition at line 157 of file SparseVector.h.