libsigc++
3.6.0
|
Trait that specifies what is the adaptor version of a functor type. More...
Trait that specifies what is the adaptor version of a functor type.
Template specializations exist for sigc::adaptor_base-derived functors, for function pointers and for class methods.
The template argument T_functor is the functor type to convert. I_isadaptor indicates whether T_functor inherits from sigc::adaptor_base.