sigx++ 2.0.1
|
finds out whether the functor chain contains a tunnel functor. This specialization is used for sigc::adaptor_functors wrapping static and arbitrary functors. This specialization is needed because sigc::adaptor_functor does not define its wrapped functor as adaptor_type More...
#include <internal_types.h>
Static Public Attributes | |
static const bool | value = is_functor_tunneled<T_functor>::value |
finds out whether the functor chain contains a tunnel functor. This specialization is used for sigc::adaptor_functors wrapping static and arbitrary functors. This specialization is needed because sigc::adaptor_functor does not define its wrapped functor as adaptor_type
const bool sigx::internal::is_functor_tunneled< sigc::adaptor_functor< T_functor >, false, true >::value = is_functor_tunneled<T_functor>::value [static] |