sigx::internal::is_or_adapts_slot< 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_or_adapts_slot<T_functor>::value |
Detailed Description
template<typename T_functor>
struct sigx::internal::is_or_adapts_slot< 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_or_adapts_slot< sigc::adaptor_functor< T_functor >, false, true >::value = is_or_adapts_slot<T_functor>::value [static] |
The documentation for this struct was generated from the following file: