sigx++  2.0.1
Public Types | Static Public Attributes
sigx::internal::is_or_adapts_slot< T_functor, false, true > Struct Template Reference

finds out whether the functor chain contains a tunnel functor. This specialization is used for adaptors More...

#include <internal_types.h>

Public Types

typedef T_functor::adaptor_type adaptor_type

Static Public Attributes

static const bool value = is_or_adapts_slot<adaptor_type>::value

Detailed Description

template<typename T_functor>
struct sigx::internal::is_or_adapts_slot< T_functor, false, true >

finds out whether the functor chain contains a tunnel functor. This specialization is used for adaptors

Member Typedef Documentation

template<typename T_functor >
typedef T_functor::adaptor_type sigx::internal::is_or_adapts_slot< T_functor, false, true >::adaptor_type

Field Documentation

template<typename T_functor >
const bool sigx::internal::is_or_adapts_slot< T_functor, false, true >::value = is_or_adapts_slot<adaptor_type>::value
static

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