classdesc::enable_if< Cond, T > Struct Template Reference

controlled template specialisation: stolen from boost::enable_if. More...

#include <classdesc.h>

Inheritance diagram for classdesc::enable_if< Cond, T >:
Inheritance graph
Collaboration diagram for classdesc::enable_if< Cond, T >:
Collaboration graph

Additional Inherited Members

- Public Types inherited from classdesc::enable_if_c< bool, type >
typedef type T
 

Detailed Description

template<class Cond, class T = void>
struct classdesc::enable_if< Cond, T >

controlled template specialisation: stolen from boost::enable_if.

Cond is a condition class inheriting from std::tr1::true_type or std::tr1::false_type


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