Enables the SFINAE concept. More...
#include <enable_if.hpp>
Additional Inherited Members | |
Public Types inherited from ecl::enable_if_c< Condition::value, T > | |
typedef T | type |
Enables the SFINAE concept.
This is the same as the boost and future C++0x implementations. Use this to do things like helping to instantiate families of specialisations. For example:
Definition at line 67 of file enable_if.hpp.