libsigc++
3.6.0
|
Trait that specifies the appropriate functor type of any callable type. More...
#include <sigc++/functors/functor_trait.h>
Public Types | |
using | functor_type = T_functor |
Trait that specifies the appropriate functor type of any callable type.
Template specializations for function pointers and for class methods are provided.
T_functor | Functor type. |
using sigc::functor_trait< T_functor >::functor_type = T_functor |