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

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

#include <TCL_obj_base.h>

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

Additional Inherited Members

- Public Types inherited from ecolab::classdesc::enable_if_c< Cond::value, T >
typedef T T
 

Detailed Description

template<class Cond, class T = void>
struct ecolab::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: