![]() |
![]() |
Inheritance diagram for sigc::hide_functor< 3, 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, class T_arg4> | |
deduce_result_type< T_arg1, T_arg2, T_arg3, T_arg4 >::type | operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3, T_arg4) |
Invokes the wrapped functor ignoring the 4th argument. | |
Classes | |
struct | deduce_result_type |
This template specialization ignores the value of the 3th parameter in operator()().
|
Reimplemented from sigc::adapts<T_functor>. |
|
Reimplemented from sigc::adapts<T_functor>. |
|
Invokes the wrapped functor ignoring the 4th argument.
|