checkClass< T > Struct Template Reference

Static Public Member Functions

template<class U >
static char check_sig (U(*)[1])
 
template<class U >
static short check_sig (...)
 

Static Public Attributes

static const bool canBeCreated = (sizeof(check_sig<T>(0))==sizeof(char))
 
static const bool isAbstract = (sizeof(check_sig<T>(0))!=sizeof(char))
 

Detailed Description

template<class T>
struct farsa::__Factory_internal::checkClass< T >

Definition at line 344 of file factory.h.


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