Classdesc 3.44
enable_if< Cond, T > Struct Template Reference

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

#include <classdesc.h>

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

Additional Inherited Members

Public Types inherited from enable_if_c< Cond::value, void >
typedef void 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: