libsigc++: sigc::adaptor_trait< T_functor, true > Struct Template Reference

Trait that specifies the adaptor version of a functor type. More...

#include <sigc++/adaptors/adaptor_trait.h>

Public Types

using adaptor_type = T_functor
 

Detailed Description

template<typename T_functor>

struct sigc::adaptor_trait< T_functor, true >

Trait that specifies 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.

Member Typedef Documentation

template <typename T_functor >
using sigc::adaptor_trait< T_functor, true >::adaptor_type = T_functor