Template Struct enable_if_c
Defined in File enable_if.hpp
Inheritance Relationships
Derived Type
public ecl::enable_if< Condition, T >
(Template Struct enable_if)
Struct Documentation
-
template<bool B, class T = void>
struct enable_if_c Conditional class for (true) implementation of enable_if.
This is not for direct use, it just provides implementation.
Subclassed by ecl::enable_if< Condition, T >