C++0x's enable_if extensions (fill-in till they're available). More...
Go to the source code of this file.
Classes | |
struct | ecl::enable_if< Condition, T > |
Enables the SFINAE concept. More... | |
struct | ecl::enable_if_c< B, T > |
Conditional class for (true) implementation of enable_if. More... | |
struct | ecl::enable_if_c< false, T > |
Conditional class for (false) implementation of enable_if. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. |
C++0x's enable_if extensions (fill-in till they're available).
Definition in file enable_if.hpp.