Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::FunctorCopySlot_detail::HasBoolNoArgsConstOp< T > Struct Template Reference

Classes

struct  SFINAE
 

Static Public Member Functions

template<typename U >
static Yes Test (SFINAE< U,&U::operator()>*)
 
template<typename U >
static No Test (...)
 
template<typename U >
static Yes Test (SFINAE< U,&U::operator()>*)
 
template<typename U >
static No Test (...)
 

Static Public Attributes

static const bool Value = sizeof(Test<T>(0)) == sizeof(Yes)