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