| libsigc++
    2.10.3
    | 
Trait that specifies what is the adaptor version of a functor type. More...
#include <sigc++/adaptors/adaptor_trait.h>
| Public Types | |
| typedef T_functor | adaptor_type | 
| typedef T_functor | functor_type | 
| typedef T_functor::result_type | result_type | 
Trait that specifies what is the adaptor version of a functor type.
This template specialization is used for types that inherit from adaptor_base. adaptor_type is equal to T_functor in this case. 
| typedef T_functor sigc::adaptor_trait< T_functor, true >::adaptor_type | 
| typedef T_functor sigc::adaptor_trait< T_functor, true >::functor_type | 
| typedef T_functor::result_type sigc::adaptor_trait< T_functor, true >::result_type | 
 1.8.17
 1.8.17