![]() |
![]() |
Inheritance diagram for sigc::hide_functor< 2, T_functor >:
Public Types | |
typedef adapts< T_functor >::adaptor_type | adaptor_type |
typedef adaptor_type::result_type | result_type |
Public Member Functions | |
template<class T_arg1, class T_arg2, class T_arg3> | |
deduce_result_type< T_arg1, T_arg2, T_arg3 >::type | operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3) |
Invokes the wrapped functor ignoring the 3th argument. | |
Classes | |
struct | deduce_result_type |
This template specialization ignores the value of the 2th parameter in operator()().
|
Reimplemented from sigc::adapts<T_functor>. |
|
Reimplemented from sigc::adapts<T_functor>. |
|
Invokes the wrapped functor ignoring the 3th argument.
|