libsigc++: sigc::functor_trait< T_functor, I_derives_functor_base > Struct Template Reference
Trait that specifies the return type of any type. More...
#include <sigc++/functors/functor_trait.h>
Public Types | |
| typedef T_functor | functor_type |
| typedef void | result_type |
Detailed Description
template<class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value>
struct sigc::functor_trait< T_functor, I_derives_functor_base >
Trait that specifies the return type of any type.
Template specializations for functors derived from sigc::functor_base, for function pointers and for class methods are provided.
- Template Parameters
-
T_functor Functor type. I_derives_functor_base Whether T_functorinherits from sigc::functor_base.
Member Typedef Documentation
template <class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value>
| typedef T_functor sigc::functor_trait< T_functor, I_derives_functor_base >::functor_type |
template <class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value>
| typedef void sigc::functor_trait< T_functor, I_derives_functor_base >::result_type |
