sigx++ 2.0.1
Static Public Attributes
sigx::internal::is_functor_tunneled< sigc::adaptor_functor< T_functor >, false, true > Struct Template Reference

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

Detailed Description

template<typename T_functor>
struct sigx::internal::is_functor_tunneled< sigc::adaptor_functor< T_functor >, false, true >

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


Field Documentation

template<typename T_functor >
const bool sigx::internal::is_functor_tunneled< sigc::adaptor_functor< T_functor >, false, true >::value = is_functor_tunneled<T_functor>::value [static]

The documentation for this struct was generated from the following file: