aimstil  5.0.5
til::functor::Call< TFunctor, T > Struct Template Reference

Function call functor. More...

#include <til/functors.h>

Inheritance diagram for til::functor::Call< TFunctor, T >:
Collaboration diagram for til::functor::Call< TFunctor, T >:

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
 

Detailed Description

template<typename TFunctor, typename T>
struct til::functor::Call< TFunctor, T >

Function call functor.

Definition at line 324 of file functors.h.

Member Typedef Documentation

◆ Base

template<typename TFunctor , typename T >
typedef std::binary_function<TFunctor, T, typename TFunctor::result_type> til::functor::Call< TFunctor, T >::Base

Definition at line 327 of file functors.h.

◆ first_argument_type

template<typename TFunctor , typename T >
typedef Base::first_argument_type til::functor::Call< TFunctor, T >::first_argument_type

Definition at line 328 of file functors.h.

◆ result_type

template<typename TFunctor , typename T >
typedef Base::result_type til::functor::Call< TFunctor, T >::result_type

Definition at line 330 of file functors.h.

◆ second_argument_type

template<typename TFunctor , typename T >
typedef Base::second_argument_type til::functor::Call< TFunctor, T >::second_argument_type

Definition at line 329 of file functors.h.

Member Function Documentation

◆ operator()()

template<typename TFunctor , typename T >
result_type til::functor::Call< TFunctor, T >::operator() ( first_argument_type  x,
second_argument_type  y 
) const
inline

Definition at line 331 of file functors.h.


The documentation for this struct was generated from the following file: