aimstil
5.0.5
|
Function call functor. More...
#include <til/functors.h>
Public Types | |
typedef std::binary_function< TFunctor, T, typename TFunctor::result_type > | Base |
typedef Base::first_argument_type | first_argument_type |
typedef Base::second_argument_type | second_argument_type |
typedef Base::result_type | result_type |
Public Member Functions | |
result_type | operator() (first_argument_type x, second_argument_type y) const |
Function call functor.
Definition at line 324 of file functors.h.
typedef std::binary_function<TFunctor, T, typename TFunctor::result_type> til::functor::Call< TFunctor, T >::Base |
Definition at line 327 of file functors.h.
typedef Base::first_argument_type til::functor::Call< TFunctor, T >::first_argument_type |
Definition at line 328 of file functors.h.
typedef Base::result_type til::functor::Call< TFunctor, T >::result_type |
Definition at line 330 of file functors.h.
typedef Base::second_argument_type til::functor::Call< TFunctor, T >::second_argument_type |
Definition at line 329 of file functors.h.
|
inline |
Definition at line 331 of file functors.h.